aboutsummaryrefslogtreecommitdiffstats
path: root/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java')
-rw-r--r--guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java b/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java
index 1a0d555..79862c7 100644
--- a/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java
+++ b/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java
@@ -17,11 +17,9 @@
package com.google.common.eventbus;
import com.google.common.collect.Lists;
-
-import junit.framework.TestCase;
-
import java.util.List;
import java.util.concurrent.Executor;
+import junit.framework.TestCase;
/**
* Test case for {@link AsyncEventBus}.