Skip to content

Commit d412db9

Browse files
committed
Un-deprecate BaseGraph.Builder(EncodingManager)
1 parent 84d9836 commit d412db9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/com/graphhopper/storage/BaseGraph.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,6 @@ public static class Builder {
499499
private long bytes = 100;
500500
private int segmentSize = -1;
501501

502-
/**
503-
* @deprecated Used for GraphHopperStorage -> BaseGraph migration, but will be removed
504-
*/
505-
@Deprecated
506502
public Builder(EncodingManager em) {
507503
this(em.getIntsForFlags());
508504
withTurnCosts(em.needsTurnCostsSupport());

0 commit comments

Comments
 (0)