Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import java.time.ZoneOffset;
import java.time.format.DateTimeFormatter;
import java.util.concurrent.TimeUnit;
import javax.naming.OperationNotSupportedException;
import org.apache.parquet.io.api.Binary;
import org.locationtech.jts.geom.Geometry;
import org.locationtech.jts.io.ParseException;
Expand All @@ -42,7 +41,7 @@
/**
* Class that provides string representations for the primitive values. These string values are to be used for
* logging/debugging purposes. The method {@code stringify} is overloaded for each primitive types. The overloaded
* methods not implemented for the related types throw {@link OperationNotSupportedException}.
* methods not implemented for the related types throw {@link UnsupportedOperationException}.
*/
public abstract class PrimitiveStringifier {
private final String name;
Expand Down