Skip to content

Commit 54152a3

Browse files
Remove erronoeus constant
1 parent 213857b commit 54152a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/src/ext/java/org/opentripplanner/ext/vectortiles/layers/vehiclerental/mapper/DigitransitRentalVehiclePropertyMapper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
public class DigitransitRentalVehiclePropertyMapper extends PropertyMapper<VehicleRentalVehicle> {
1313

14-
public static final String NAME = "a rental";
15-
1614
@Override
1715
protected Collection<KeyValue> map(VehicleRentalVehicle vehicle) {
1816
var items = new ArrayList<KeyValue>();

0 commit comments

Comments
 (0)