Make akka-sample-osgi-dining-hakkers compile again. See #3212
This commit is contained in:
parent
2375972969
commit
1a8be3aad2
1 changed files with 2 additions and 5 deletions
|
|
@ -7,16 +7,13 @@ import language.postfixOps
|
||||||
import akka.cluster.Cluster
|
import akka.cluster.Cluster
|
||||||
import akka.cluster.ClusterEvent.{ CurrentClusterState, LeaderChanged }
|
import akka.cluster.ClusterEvent.{ CurrentClusterState, LeaderChanged }
|
||||||
import akka.event.Logging
|
import akka.event.Logging
|
||||||
|
import scala.concurrent.duration._
|
||||||
import akka.sample.osgi.api._
|
import akka.sample.osgi.api._
|
||||||
|
import akka.actor.{ RootActorPath, Address, ActorRef, Actor }
|
||||||
|
|
||||||
//Akka adaptation of
|
//Akka adaptation of
|
||||||
//http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/
|
//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
|
* A Chopstick is an actor, it can be taken, and put back
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue