Skip to content

Commit

Permalink
remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tduberne committed Apr 18, 2024
1 parent 6c2b421 commit 716c126
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class SpeedyGraphBuilder {
private Link[] links;
private Node[] nodes;

@Deprecated // use build-method with additional mode argument
public static SpeedyGraph build(Network network) {
if (hasTurnRestrictions(network)) {
return new SpeedyGraphBuilder().buildWithTurnRestrictions(network);
Expand Down

0 comments on commit 716c126

Please sign in to comment.