moved akka.annotation._ to akka.actor.annotation._ to be merged in with akka-core OSGi bundle

This commit is contained in:
Jonas Bonér 2010-03-17 14:31:50 +01:00
parent 10a6a7d32f
commit f0e53bc049
22 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@ package se.scalablesolutions.akka.api;
import se.scalablesolutions.akka.persistence.common.*;
import se.scalablesolutions.akka.persistence.cassandra.*;
import se.scalablesolutions.akka.annotation.inittransactionalstate;
import se.scalablesolutions.akka.actor.annotation.inittransactionalstate;
public class PersistentClasher {
private PersistentMap state;