mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +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.
|
* A Maven GAV to suppression.
|
||||||
*/
|
*/
|
||||||
private PropertyType gav = null;
|
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
|
* A flag indicating whether or not the suppression rule is a core/base rule
|
||||||
@@ -175,13 +180,6 @@ public class SuppressionRule {
|
|||||||
return !cvssBelow.isEmpty();
|
return !cvssBelow.isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The notes added in suppression file
|
|
||||||
*/
|
|
||||||
|
|
||||||
private String notes;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the value of notes.
|
* Get the value of notes.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user