Skip to content

Commit 438c1d3

Browse files
author
Chan Tran
committed
chore: revert change from JDK version diff
1 parent 7c0f504 commit 438c1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-bundle/src/main/java/com/graphhopper/resources/BufferResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private BufferFeature computeStartFeature(List<Integer> edgeList, Double startLa
323323
*/
324324
private BufferFeature computeEdgeAtDistanceThreshold(final BufferFeature startFeature, Double thresholdDistance,
325325
String roadName, Boolean upstreamPath, Boolean upstreamStart) {
326-
List<Integer> usedEdges = new ArrayList<Integer>() {
326+
List<Integer> usedEdges = new ArrayList<>() {
327327
{
328328
add(startFeature.getEdge());
329329
}

0 commit comments

Comments
 (0)