converted tabs to spaces

This commit is contained in:
Jonas Bonér 2012-01-31 15:50:06 +01:00
parent 575ae92fb9
commit 5a1c0da8ae
7 changed files with 20 additions and 20 deletions

View file

@ -44,7 +44,7 @@ public class AgentDocTest {
@Test
public void createAndClose() {
//#create
//#create
ActorSystem system = ActorSystem.create("app");
Agent<Integer> agent = new Agent<Integer>(5, system);