file formatting

This commit is contained in:
sonora 2016-08-19 15:03:38 +02:00
parent cc4b8c721f
commit 7b0c4f6910

View file

@ -36,7 +36,6 @@ public class BinaryMapRouteReaderAdapter {
private static final int SHIFT_COORDINATES = 4;
private static class RouteTypeCondition {
String condition = "";
OpeningHoursParser.OpeningHours hours = null;
float floatValue;
@ -198,10 +197,7 @@ public class BinaryMapRouteReaderAdapter {
intValue = Integer.parseInt(v.substring(0, i));
}
}
}
}
public static class RouteRegion extends BinaryIndexPart {