Removing all uses of immutable.Stack in Akka

This commit is contained in:
Viktor Klang 2012-06-13 14:08:47 +02:00
parent 2d4067e21e
commit d6e3642d9d
4 changed files with 8 additions and 13 deletions

View file

@ -6,7 +6,6 @@ package akka.actor
import akka.dispatch._
import akka.japi.Creator
import collection.immutable.Stack
import akka.routing._
/**