Skip to content

Commit b3e9f38

Browse files
committed
Fix javadoc for MarcXmlEncoder (#396)
1 parent 27ba247 commit b3e9f38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlEncoder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ public String close(final Object[] args) {
127127
public MarcXmlEncoder() {
128128
}
129129

130+
/**
131+
* Sets the flag to decide whether to emit the {@value #NAMESPACE_NAME}
132+
* namespace
133+
*
134+
* @param emitNamespace true if the namespace is emitted, otherwise false
135+
*/
130136
public void setEmitNamespace(final boolean emitNamespace) {
131137
this.emitNamespace = emitNamespace;
132138
namespacePrefix = new Object[]{emitNamespace ? NAMESPACE_PREFIX : EMPTY};

0 commit comments

Comments
 (0)