cleanup, checkstyle, etc.

This commit is contained in:
Jeremy Long
2017-07-23 08:34:40 -04:00
parent c3c52c2b2a
commit 06cf39b59b
5 changed files with 66 additions and 41 deletions

View File

@@ -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;