mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +01:00
fixed build warning
This commit is contained in:
@@ -85,7 +85,6 @@ public class CentralAnalyzerTest {
|
|||||||
{
|
{
|
||||||
centralSearch.searchSha1(SHA1_SUM);
|
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 = new IOException("Could not connect to MavenCentral (500): Internal Server Error");
|
|
||||||
result = expectedMavenArtifacts;
|
result = expectedMavenArtifacts;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user