Skip to content

Commit

Permalink
Point implementing class to overridden class
Browse files Browse the repository at this point in the history
v2 discovery files cannot be deserialized into the generated one
  • Loading branch information
testower committed Jun 4, 2024
1 parent 975f1d3 commit 0dd8a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.Map;

public enum GBFSFeedName {
GBFS("gbfs", GBFSGbfs.class),
GBFS("gbfs", GBFS.class),
GBFSVersions("gbfs_versions", GBFSGbfsVersions.class),
SystemInformation("system_information", GBFSSystemInformation.class),
VehicleTypes("vehicle_types", GBFSVehicleTypes.class),
Expand Down

0 comments on commit 0dd8a06

Please sign in to comment.