Fixing logic bug introduced in refactor

This commit is contained in:
Viktor Klang 2012-05-21 13:39:39 +02:00
parent 22f0062f23
commit 7784513537
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class Dispatcher(
@volatile private var executorServiceDelegate: LazyExecutorServiceDelegate =
new LazyExecutorServiceDelegate(executorServiceFactoryProvider.createExecutorServiceFactory(id, prerequisites.threadFactory))
protected final def executorService: ExecutorService = executorServiceDelegate
protected final def executorService: ExecutorServiceDelegate = executorServiceDelegate
/**
* INTERNAL USE ONLY