removed trailing whitespace

This commit is contained in:
Jonas Bonér 2010-08-10 21:42:27 +02:00
parent b44580d6f7
commit 689f910f86
15 changed files with 89 additions and 89 deletions

View file

@ -234,7 +234,7 @@ trait ThreadPoolBuilder {
extends Thread(runnable, name + "-" + MonitorableThread.created.incrementAndGet) with Logging {
setUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {
def uncaughtException(thread: Thread, cause: Throwable) =
def uncaughtException(thread: Thread, cause: Throwable) =
log.error(cause, "UNCAUGHT in thread [%s]", thread.getName)
})