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

updated javadocs in core.algorithm.termination.TimeTermination.class

This commit is contained in:
oblonski 2014-04-14 12:35:26 +02:00
parent 7d62b38c67
commit 513ef26c9a

View file

@ -48,7 +48,7 @@ public class TimeTermination implements PrematureAlgorithmTermination, Algorithm
* Constructs TimeBreaker that breaks algorithm prematurely based on specified time. * Constructs TimeBreaker that breaks algorithm prematurely based on specified time.
* *
* <p>Note, TimeBreaker must be registered as AlgorithmListener <br> * <p>Note, TimeBreaker must be registered as AlgorithmListener <br>
* <code>agorithm.getAlgorithmListeners().addListener(this);</code> * <code>agorithm.addListener(this);</code>
* *
* @author stefan * @author stefan
* *