fixed build warning

This commit is contained in:
Jeremy Long
2017-11-20 07:10:02 -05:00
parent 43621016cf
commit e18c32c5dc

View File

@@ -85,7 +85,6 @@ public class CentralAnalyzerTest {
{
centralSearch.searchSha1(SHA1_SUM);
result = new IOException("Could not connect to MavenCentral (500): Internal Server Error");
result = new IOException("Could not connect to MavenCentral (500): Internal Server Error");
result = expectedMavenArtifacts;
}
};