mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
minor changes to comply with checkstyle
Former-commit-id: af97a1e75f24b7ba5f4596f1db409a8a24decd66
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