changed package imports for supervisor
This commit is contained in:
parent
7133c42c00
commit
23c104003b
11 changed files with 182 additions and 74 deletions
|
|
@ -4,12 +4,13 @@
|
|||
|
||||
package com.scalablesolutions.akka.api;
|
||||
|
||||
import com.scalablesolutions.akka.annotation.oneway;
|
||||
import com.scalablesolutions.akka.kernel.configuration.*;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.AbstractModule;
|
||||
import com.google.inject.Scopes;
|
||||
|
||||
import scala.actors.annotation.oneway;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class ActiveObjectGuiceConfiguratorTest extends TestCase {
|
||||
|
|
@ -99,9 +100,8 @@ public class ActiveObjectGuiceConfiguratorTest extends TestCase {
|
|||
interface Foo {
|
||||
public String foo(String msg);
|
||||
|
||||
public
|
||||
@oneway
|
||||
void bar(String msg);
|
||||
public void bar(String msg);
|
||||
|
||||
public void longRunning();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue