checkstyle corrections

This commit is contained in:
Jeremy Long
2016-07-23 07:45:48 -04:00
parent 9ae9c111e3
commit c253308284
22 changed files with 75 additions and 82 deletions

View File

@@ -18,7 +18,6 @@
package org.owasp.dependencycheck.taskdefs;
import java.io.File;
import java.io.IOException;
import java.util.List;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;

View File

@@ -78,7 +78,7 @@ public class Purge extends Task {
private boolean failOnError = true;
/**
* Get the value of failOnError
* Get the value of failOnError.
*
* @return the value of failOnError
*/
@@ -87,7 +87,7 @@ public class Purge extends Task {
}
/**
* Set the value of failOnError
* Set the value of failOnError.
*
* @param failOnError new value of failOnError
*/