Merge pull request #1319 from akka/wip-3212-make-osgi-sample-build-again-ban

Make akka-sample-osgi-dining-hakkers compile again #3212
This commit is contained in:
Björn Antonsson 2013-04-09 03:08:27 -07:00
commit abc4652bc0

View file

@ -7,16 +7,13 @@ import language.postfixOps
import akka.cluster.Cluster
import akka.cluster.ClusterEvent.{ CurrentClusterState, LeaderChanged }
import akka.event.Logging
import scala.concurrent.duration._
import akka.sample.osgi.api._
import akka.actor.{ RootActorPath, Address, ActorRef, Actor }
//Akka adaptation of
//http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/
import akka.actor._
import scala.concurrent.duration._
import akka.sample.osgi.api._
/*
* A Chopstick is an actor, it can be taken, and put back
*/