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:
parent
7d62b38c67
commit
513ef26c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public class TimeTermination implements PrematureAlgorithmTermination, Algorithm
|
|||
* Constructs TimeBreaker that breaks algorithm prematurely based on specified time.
|
||||
*
|
||||
* <p>Note, TimeBreaker must be registered as AlgorithmListener <br>
|
||||
* <code>agorithm.getAlgorithmListeners().addListener(this);</code>
|
||||
* <code>agorithm.addListener(this);</code>
|
||||
*
|
||||
* @author stefan
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue