mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 11:31:24 +01:00
fix build warning
This commit is contained in:
@@ -84,7 +84,7 @@ public class CentralAnalyzerTest {
|
|||||||
new Expectations() {
|
new Expectations() {
|
||||||
{
|
{
|
||||||
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 = expectedMavenArtifacts;
|
result = expectedMavenArtifacts;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user