minor changes to comply with checkstyle

Former-commit-id: d4c2b3c4903fafae577a018191d061fe8c079894
This commit is contained in:
Jeremy Long
2014-01-25 07:02:29 -05:00
parent d8e8156b1c
commit da38e4e00c

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