Skip to content

Commit

Permalink
More cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed Sep 2, 2016
1 parent 27b38da commit 0e65183
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -186,8 +186,7 @@ private Traverser traverser( Node start, final Node end, PathInterest<Double> in
} }
else else
{ {
org.apache.commons.lang3.mutable.MutableDouble MutableDouble shortestSoFar = new MutableDouble( Double.MAX_VALUE );
shortestSoFar = new org.apache.commons.lang3.mutable.MutableDouble( Double.MAX_VALUE );
dijkstraExpander = new DijkstraPathExpander( expander, shortestSoFar, epsilon, dijkstraExpander = new DijkstraPathExpander( expander, shortestSoFar, epsilon,
interest.stopAfterLowestCost() ); interest.stopAfterLowestCost() );
dijkstraEvaluator = new DijkstraEvaluator( shortestSoFar, end, costEvaluator ); dijkstraEvaluator = new DijkstraEvaluator( shortestSoFar, end, costEvaluator );
Expand Down

0 comments on commit 0e65183

Please sign in to comment.