@@ -41,7 +41,7 @@ public final class Marc21EventNames {
41
41
/**
42
42
* Name of the <i>literal</i> event emitted for the record status field.
43
43
* <p>
44
- * The name of the literal is " {@value #RECORD_STATUS_LITERAL}" .
44
+ * The name of the literal is {@value #RECORD_STATUS_LITERAL}.
45
45
* <p>
46
46
* The record status is specified at position 5 in the record leader.
47
47
*
@@ -54,8 +54,7 @@ public final class Marc21EventNames {
54
54
* Name of the <i>literal</i> event emitted for the bibliographic level
55
55
* field.
56
56
* <p>
57
- * The name of the literal is
58
- * "{@value #BIBLIOGRAPHIC_LEVEL_LITERAL}".
57
+ * The name of the literal is {@value #BIBLIOGRAPHIC_LEVEL_LITERAL}.
59
58
* <p>
60
59
* The bibliographic level is specified at position 7 in the record leader.
61
60
*
@@ -67,7 +66,7 @@ public final class Marc21EventNames {
67
66
/**
68
67
* Name of the <i>literal</i> event emitted for the type of control field.
69
68
* <p>
70
- * The name of the literal is " {@value #TYPE_OF_CONTROL_LITERAL}" .
69
+ * The name of the literal is {@value #TYPE_OF_CONTROL_LITERAL}.
71
70
* <p>
72
71
* The type of control is specified at position 8 in the record leader.
73
72
*
@@ -80,7 +79,7 @@ public final class Marc21EventNames {
80
79
* Name of the <i>literal</i> event emitted for the character coding scheme
81
80
* field.
82
81
* <p>
83
- * The name of the literal is " {@value #CHARACTER_CODING_LITERAL}" .
82
+ * The name of the literal is {@value #CHARACTER_CODING_LITERAL}.
84
83
* <p>
85
84
* The character coding scheme is specified at position 9 in the record
86
85
* leader.
@@ -93,7 +92,7 @@ public final class Marc21EventNames {
93
92
/**
94
93
* Name of the <i>literal</i> event emitted for the encoding level field.
95
94
* <p>
96
- * The name of the literal is " {@value #ENCODING_LEVEL_LITERAL}" .
95
+ * The name of the literal is {@value #ENCODING_LEVEL_LITERAL}.
97
96
* <p>
98
97
* The encoding level is specified at position 17 in the record leader.
99
98
*
@@ -106,7 +105,7 @@ public final class Marc21EventNames {
106
105
* Name of the <i>literal</i> event emitted for the descriptive cataloging
107
106
* form field.
108
107
* <p>
109
- * The name of the literal is " {@value #CATALOGING_FORM_LITERAL}" .
108
+ * The name of the literal is {@value #CATALOGING_FORM_LITERAL}.
110
109
* <p>
111
110
* The descriptive cataloging form is specified at position 18 in the record
112
111
* leader.
@@ -120,7 +119,7 @@ public final class Marc21EventNames {
120
119
* Name of the <i>literal</i> event emitted for the multipart resource
121
120
* record level field.
122
121
* <p>
123
- * The name of the literal is " {@value #MULTIPART_LEVEL_LITERAL}" .
122
+ * The name of the literal is {@value #MULTIPART_LEVEL_LITERAL}.
124
123
* <p>
125
124
* The multipart resource record level is specified at position 19 in the
126
125
* record leader.
@@ -133,7 +132,7 @@ public final class Marc21EventNames {
133
132
/**
134
133
* Name of the <i>literal</i> event emitted for the type of record field.
135
134
* <p>
136
- * The name of the literal is " {@value #RECORD_TYPE_LITERAL}" .
135
+ * The name of the literal is {@value #RECORD_TYPE_LITERAL}.
137
136
* <p>
138
137
* The type of record is specified at position 6 in the record leader.
139
138
*
0 commit comments