minor changes to comply with checkstyle

Former-commit-id: af97a1e75f24b7ba5f4596f1db409a8a24decd66
This commit is contained in:
Jeremy Long
2014-01-25 07:02:29 -05:00
parent 8af35d4c2b
commit 2b16072d6e

View File

@@ -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
*/ */