Skip to content

Commit e20f334

Browse files
Add mode to projection
1 parent 9a740d0 commit e20f334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/org/opentripplanner/client/OtpApiClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class OtpApiClient {
5959
.longName()
6060
.shortName()
6161
.bikesAllowed()
62+
.mode()
6263
.agency(AGENCY_PROJECTION)
6364
.typename();
6465
private static final Logger LOG = LoggerFactory.getLogger(OtpApiClient.class);

0 commit comments

Comments
 (0)