mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-20 09:28:24 +01:00
cleanup, checkstyle, etc.
This commit is contained in:
@@ -30,19 +30,10 @@ public class SuppressionFile {
|
||||
*/
|
||||
private String path;
|
||||
|
||||
/**
|
||||
* Called by ant with the simple content of the suppressionFile xml element.
|
||||
*
|
||||
* @param text the simple content.
|
||||
*/
|
||||
//public final void addConfigured(String text) {
|
||||
// this.path = text;
|
||||
//}
|
||||
|
||||
/**
|
||||
* Sets the path to the suppression file.
|
||||
*
|
||||
* @param path
|
||||
* @param path the path to the suppression file
|
||||
*/
|
||||
public void setPath(String path) {
|
||||
this.path = path;
|
||||
@@ -51,7 +42,7 @@ public class SuppressionFile {
|
||||
/**
|
||||
* Gets the path to the suppression file.
|
||||
*
|
||||
* @return the path.
|
||||
* @return the path
|
||||
*/
|
||||
public String getPath() {
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user