summaryrefslogtreecommitdiff
path: root/src/actors
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors')
-rw-r--r--src/actors/scala/actors/TickedScheduler.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/actors/scala/actors/TickedScheduler.scala b/src/actors/scala/actors/TickedScheduler.scala
index ffb451c971..0f31ea47a3 100644
--- a/src/actors/scala/actors/TickedScheduler.scala
+++ b/src/actors/scala/actors/TickedScheduler.scala
@@ -18,8 +18,7 @@ import scala.compat.Platform
/**
* <p>This scheduler uses a thread pool to execute tasks that are generated
- * by the execution of actors. Unlike <code>ThreadPoolScheduler</code>, this
- * scheduler is available on all Java versions >= 1.4.</p>
+ * by the execution of actors.</p>
*
* @version 0.9.5
* @author Philipp Haller