converted tabs to spaces

This commit is contained in:
Jonas Bonér 2010-02-15 18:41:20 +01:00
parent b65e9ed7f0
commit 6aebe4b9ba
15 changed files with 26 additions and 26 deletions

View file

@ -54,17 +54,17 @@ trait BootableCometActorService extends Bootable with Logging {
t.setAdapter(adapter)
t.setEnableAsyncExecution(true)
t.setAsyncHandler(ah)
t.listen
t }
t.listen
t }
log.info("REST service started successfully. Listening to port [%s]", REST_PORT)
}
}
abstract override def onUnload = {
super.onUnload
if (jerseySelectorThread.isDefined) {
super.onUnload
if (jerseySelectorThread.isDefined) {
log.info("Shutting down REST service (Jersey)")
jerseySelectorThread.get.stopEndpoint
}