mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
formatting issues reported by the codacy is fixed
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user