Switching to Switch and restructuring some EBEDD code

This commit is contained in:
Viktor Klang 2010-10-11 14:02:46 +02:00
parent e0f1690bed
commit 389a5881d2
5 changed files with 21 additions and 26 deletions

View file

@ -29,8 +29,6 @@ trait ThreadPoolBuilder extends Logging {
private lazy val threadFactory = new MonitorableThreadFactory(name)
protected var executor: ExecutorService = _
def execute(task: Runnable) = executor execute task
def isShutdown = executor.isShutdown