File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
metafacture-biblio/src/main/java/org/metafacture/biblio/iso2709 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public Charset getCharset() {
107
107
* Sets the record status of the LabelBuilder.
108
108
*
109
109
* @param recordStatus 7 bit char record status
110
- * @see Iso2709Constants. RECORD_STATUS_POS
110
+ * @see Iso2709Constants# RECORD_STATUS_POS
111
111
* @see LabelBuilder
112
112
*/
113
113
public void setRecordStatus (final char recordStatus ) {
@@ -393,7 +393,7 @@ private void require7BitAscii(final char charCode) {
393
393
* Resets the label, directory and the fields. Sets the "append state" to "id
394
394
* field".
395
395
*
396
- * @see AppendState. ID_FIELD
396
+ * @see AppendState# ID_FIELD
397
397
*/
398
398
public void reset () {
399
399
label .reset ();
You can’t perform that action at this time.
0 commit comments