fix stupid compile error

This commit is contained in:
Roland 2011-12-14 16:32:25 +01:00
parent 1ab2cecc2c
commit ba4e2cb47c

View file

@ -43,7 +43,7 @@ public class DispatcherDocTestBase {
@After @After
public void tearDown() { public void tearDown() {
system.stop(); system.shutdown();
} }
@Test @Test