Poor wording in comment

Changed "all" to "tardy."
This commit is contained in:
Fate-JH 2017-10-26 19:25:22 -04:00 committed by GitHub
parent 33403c24dd
commit ea0dac8349

View file

@ -15,7 +15,7 @@ import scala.util.{Failure, Success}
class TaskResolver() extends Actor {
/** list of all work currently managed by this resolver */
private val tasks : ListBuffer[TaskResolver.TaskEntry] = new ListBuffer[TaskResolver.TaskEntry]
/** scheduled termination of all managed work */
/** scheduled termination of tardy managed work */
private var timeoutCleanup : Cancellable = TaskResolver.DefaultCancellable
/** logging utilities; default to tracing */
private[this] val log = org.log4s.getLogger