formatting issues reported by the codacy is fixed

This commit is contained in:
Prakhash
2017-02-24 14:54:45 +05:30
parent 3071cfd7be
commit a87391e609

View File

@@ -59,6 +59,11 @@ public class SuppressionRule {
* A Maven GAV to suppression.
*/
private PropertyType gav = null;
/**
* The notes added in suppression file
*/
private String notes;
/**
* A flag indicating whether or not the suppression rule is a core/base rule
@@ -175,13 +180,6 @@ public class SuppressionRule {
return !cvssBelow.isEmpty();
}
/**
* The notes added in suppression file
*/
private String notes;
/**
* Get the value of notes.
*