1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

formatted

This commit is contained in:
oblonski 2014-02-15 13:25:57 +01:00
parent ad8c168835
commit 4d46d433d2

View file

@ -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){