re #290: Added parens to no-parameter methods returning Unit in all subprojects.

This commit is contained in:
Heiko Seeberger 2010-07-02 22:37:26 +02:00
parent 0e117dc4e1
commit 8a746a470c
10 changed files with 15 additions and 15 deletions

View file

@ -27,7 +27,7 @@ class AkkaClusterBroadcastFilter extends Actor with ClusterBroadcastFilter {
/**
* Stops the actor
*/
def destroy: Unit = self.stop
def destroy(): Unit = self.stop
/**
* Relays all non ClusterCometBroadcast messages to the other AkkaClusterBroadcastFilters in the cluster