Skip to content

Commit

Permalink
Make GeoJsonObject abstract since it is only extended by sub-classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Mar 12, 2024
1 parent e574dca commit 5fc10fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* The base type for all GeoJSON objects.
*/
public class GeoJsonObject {
public abstract class GeoJsonObject {

@JsonProperty("type")
public final String type;
Expand Down

0 comments on commit 5fc10fc

Please sign in to comment.