mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
removed old/invalid comment from copy/paste
This commit is contained in:
@@ -21,7 +21,6 @@ import org.apache.commons.io.FileUtils;
|
|||||||
import org.apache.commons.lang.StringUtils;
|
import org.apache.commons.lang.StringUtils;
|
||||||
|
|
||||||
|
|
||||||
// Analyse number of "Checking for updates"
|
|
||||||
String log = FileUtils.readFileToString(new File(basedir, "build.log"), Charset.defaultCharset().name());
|
String log = FileUtils.readFileToString(new File(basedir, "build.log"), Charset.defaultCharset().name());
|
||||||
if (!StringUtils.contains(log, "Database file purged; local copy of the NVD has been removed")) {
|
if (!StringUtils.contains(log, "Database file purged; local copy of the NVD has been removed")) {
|
||||||
System.out.println("The database was not purged.");
|
System.out.println("The database was not purged.");
|
||||||
|
|||||||
Reference in New Issue
Block a user