Skip to content

Commit 6c9bf16

Browse files
committed
Fix javadoc error introduced with 86bfdb4.
1 parent 78639a2 commit 6c9bf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metafacture-biblio/src/main/java/org/metafacture/biblio/iso2709/RecordBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public Charset getCharset() {
107107
* Sets the record status of the LabelBuilder.
108108
*
109109
* @param recordStatus 7 bit char record status
110-
* @see Iso2709Constants.RECORD_STATUS_POS
110+
* @see Iso2709Constants#RECORD_STATUS_POS
111111
* @see LabelBuilder
112112
*/
113113
public void setRecordStatus(final char recordStatus) {
@@ -393,7 +393,7 @@ private void require7BitAscii(final char charCode) {
393393
* Resets the label, directory and the fields. Sets the "append state" to "id
394394
* field".
395395
*
396-
* @see AppendState.ID_FIELD
396+
* @see AppendState#ID_FIELD
397397
*/
398398
public void reset() {
399399
label.reset();

0 commit comments

Comments
 (0)