mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
formatted
This commit is contained in:
parent
ad8c168835
commit
4d46d433d2
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ public class SearchStrategyManager {
|
||||||
return strategies.get(i);
|
return strategies.get(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new IllegalStateException("no seaarch-strategy found");
|
throw new IllegalStateException("no search-strategy found");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addSearchStrategyListener(SearchStrategyListener strategyListener){
|
public void addSearchStrategyListener(SearchStrategyListener strategyListener){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue