mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
minor changes to comply with checkstyle
Former-commit-id: d4c2b3c4903fafae577a018191d061fe8c079894
This commit is contained in:
@@ -49,10 +49,13 @@ public class Identifier implements Comparable<Identifier> {
|
|||||||
this.description = description;
|
this.description = description;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The confidence that this is the correct identifier.
|
||||||
|
*/
|
||||||
private Confidence confidence;
|
private Confidence confidence;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the value of confidence
|
* Get the value of confidence.
|
||||||
*
|
*
|
||||||
* @return the value of confidence
|
* @return the value of confidence
|
||||||
*/
|
*/
|
||||||
@@ -61,7 +64,7 @@ public class Identifier implements Comparable<Identifier> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of confidence
|
* Set the value of confidence.
|
||||||
*
|
*
|
||||||
* @param confidence new value of confidence
|
* @param confidence new value of confidence
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user