]> source.dussan.org Git - sonarqube.git/commitdiff
Unused imports
authorDavid Gageot <david@gageot.net>
Mon, 16 Jul 2012 08:44:33 +0000 (10:44 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 16 Jul 2012 08:44:33 +0000 (10:44 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/utils/UriReader.java
sonar-plugin-api/src/test/java/org/sonar/api/utils/UriReaderTest.java

index 2314036e0bd01b901ba18b8b6e69e43e3ee166ba..276c1e6597c6166041fb600ed1356feecffd073e 100644 (file)
@@ -30,7 +30,6 @@ import org.sonar.api.ServerComponent;
 
 import java.io.File;
 import java.io.IOException;
-import java.io.InputStream;
 import java.net.URI;
 import java.nio.charset.Charset;
 import java.util.List;
index 2434e84682c7add9da8fc6164014c985fd62a410..6584d0770f623750c466edec4fceecc34a2869f6 100644 (file)
 package org.sonar.api.utils;
 
 import com.google.common.base.Charsets;
-import org.apache.commons.io.IOUtils;
 import org.junit.Before;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
 
-import java.io.InputStream;
 import java.net.URI;
 import java.net.URISyntaxException;