Skip to content

Commit c190618

Browse files
committed
Refactor OsmElevatorKey.
1 parent 47052fe commit c190618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package org.opentripplanner.graph_builder.module.osm;
22

3-
public record OsmElevatorKey(long nodeId, OsmEntityType osmEntityType, long entityId) {}
3+
record OsmElevatorKey(long nodeId, OsmEntityType osmEntityType, long entityId) {}

0 commit comments

Comments
 (0)