From 513ef26c9a89de4ff06b7fd5b60a014cdbd2121d Mon Sep 17 00:00:00 2001 From: oblonski <4sschroeder@gmail.com> Date: Mon, 14 Apr 2014 12:35:26 +0200 Subject: [PATCH] updated javadocs in core.algorithm.termination.TimeTermination.class --- .../java/jsprit/core/algorithm/termination/TimeTermination.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsprit-core/src/main/java/jsprit/core/algorithm/termination/TimeTermination.java b/jsprit-core/src/main/java/jsprit/core/algorithm/termination/TimeTermination.java index 641e3337..069c769f 100644 --- a/jsprit-core/src/main/java/jsprit/core/algorithm/termination/TimeTermination.java +++ b/jsprit-core/src/main/java/jsprit/core/algorithm/termination/TimeTermination.java @@ -48,7 +48,7 @@ public class TimeTermination implements PrematureAlgorithmTermination, Algorithm * Constructs TimeBreaker that breaks algorithm prematurely based on specified time. * *
Note, TimeBreaker must be registered as AlgorithmListener
- * agorithm.getAlgorithmListeners().addListener(this);
+ * agorithm.addListener(this);
*
* @author stefan
*