mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-20 02:54:46 +00:00
Poor wording in comment
Changed "all" to "tardy."
This commit is contained in:
parent
33403c24dd
commit
ea0dac8349
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue