mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
fixed build warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user