+act #3911 Adding Java Lambda compatibility for Supervisor Strategy

Conflicts:
	akka-actor/src/main/scala/akka/util/Timeout.scala
This commit is contained in:
Björn Antonsson 2014-03-13 10:29:06 +01:00
parent 95d27e3f82
commit ba7247b240
18 changed files with 1141 additions and 27 deletions

View file

@ -36,8 +36,7 @@ public class BuncherTest {
}
@Test
public void testBuncherActorBatchesCorrectly()
{
public void testBuncherActorBatchesCorrectly() {
new JavaTestKit(system) {{
final ActorRef buncher =
system.actorOf(Props.create(Buncher.class));
@ -64,8 +63,7 @@ public class BuncherTest {
}
@Test
public void testBuncherActorDoesntBatchUninitialized()
{
public void testBuncherActorDoesntBatchUninitialized() {
new JavaTestKit(system) {{
final ActorRef buncher =
system.actorOf(Props.create(Buncher.class));