pre/postRestart now takes a Throwable as arg

This commit is contained in:
Jonas Bonér 2009-12-22 16:24:18 +01:00
parent 30be53af79
commit 44cf578127
6 changed files with 22 additions and 22 deletions

View file

@ -33,7 +33,7 @@ class Boot {
val supervisor = factory.newInstance
supervisor.start
supervisor.start
}
/*