Skip to content

Commit

Permalink
Remove unused GEO_JSON enum value from FiwareType.
Browse files Browse the repository at this point in the history
The GEO_JSON enum value was obsolete and no longer used in the codebase. Its removal helps streamline the FiwareType enum and reduces unnecessary clutter.
  • Loading branch information
saschadoemer committed Dec 11, 2024
1 parent 5de42ec commit 5bd52d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
@Getter
public enum FiwareType {
GEO_JSON("geo:json"),
GEO_PROPERTY("GeoProperty"),
DATE_TIME("DateTime"),
TEXT("Text"),
Expand Down

0 comments on commit 5bd52d1

Please sign in to comment.