Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-12 17:33:05 +0000
committerJoakim Erdfelt2015-06-12 17:33:05 +0000
commitd6665f274c690ec545d30a61a35185dacd099622 (patch)
treec3ec418e8a054605e8f7d84fc95ecadb394465e0 /jetty-start/src/test
parentd557d3cab0c03801cf8b6b1e145708ce9311c2c9 (diff)
downloadorg.eclipse.jetty.project-d6665f274c690ec545d30a61a35185dacd099622.tar.gz
org.eclipse.jetty.project-d6665f274c690ec545d30a61a35185dacd099622.tar.xz
org.eclipse.jetty.project-d6665f274c690ec545d30a61a35185dacd099622.zip
Using static ref
Diffstat (limited to 'jetty-start/src/test')
-rw-r--r--jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java b/jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java
index f89c3dd8e7..3efc1c10cc 100644
--- a/jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java
+++ b/jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java
@@ -38,9 +38,7 @@ import org.hamcrest.Matchers;
import org.junit.Rule;
import org.junit.Test;
-import static org.hamcrest.Matchers.anyOf;
-import static org.hamcrest.Matchers.contains;
-import static org.hamcrest.Matchers.equalTo;
+import static org.hamcrest.Matchers.*;
import static org.junit.Assert.assertThat;
public class ModulesTest

Back to the top