#3018 - Enabling -Xlint and dealing with the situation that occurs

This commit is contained in:
Viktor Klang 2013-03-28 23:45:48 +01:00
parent 88f7e28c6b
commit c883705242
75 changed files with 249 additions and 275 deletions

View file

@ -282,7 +282,7 @@ object ProducerFeatureTest {
}
override def postStop() {
for (msg lastMessage; aref lastSender) context.parent ! (aref, msg)
for (msg lastMessage; aref lastSender) context.parent ! ((aref, msg))
super.postStop()
}
}