aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ws-client
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-05-07 19:07:05 +0200
committerDavid Gageot <david@gageot.net>2015-05-07 19:12:30 +0200
commit96ae349094eeec014b944b47e3e1f0cf0605ac85 (patch)
tree66d1b400bd3d4679de24ebc2c67c225f69d7d0da /server/sonar-ws-client
parent5a587fb74fd9a8c8839b6f8582f5ff15f5183805 (diff)
downloadsonarqube-96ae349094eeec014b944b47e3e1f0cf0605ac85.tar.gz
sonarqube-96ae349094eeec014b944b47e3e1f0cf0605ac85.zip
Redundant imports
Diffstat (limited to 'server/sonar-ws-client')
-rw-r--r--server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshallerTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshallerTest.java b/server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshallerTest.java
index fbca555edc8..98ba91cf69a 100644
--- a/server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshallerTest.java
+++ b/server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshallerTest.java
@@ -21,9 +21,7 @@ package org.sonar.wsclient.unmarshallers;
import org.junit.Test;
import org.sonar.wsclient.services.ResourceSearchResult;
-import org.sonar.wsclient.services.Server;
-import static org.hamcrest.Matchers.nullValue;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;