Skip to content

Commit 457d2c4

Browse files
committed
Add how to ignore namespace (#552)
The @description describes how to set null using the flux. The method description descrbes how to set it using the JAVA-Api.
1 parent 0d73713 commit 457d2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @author Markus Michael Geipel
3333
*
3434
*/
35-
@Description("A marc xml reader")
35+
@Description("A MARC XML reader. To read marc data without namespace specification set option `namespace=""`")
3636
@In(XmlReceiver.class)
3737
@Out(StreamReceiver.class)
3838
@FluxCommand("handle-marcxml")
@@ -63,7 +63,7 @@ public MarcXmlHandler() {
6363
*
6464
* <strong>Default value: {@value #NAMESPACE}</strong>
6565
*
66-
* @param namespace the namespace
66+
* @param namespace the namespace. Set to null if namespace shouldn't be checked.
6767
*/
6868
public void setNamespace(final String namespace) {
6969
this.namespace = namespace;

0 commit comments

Comments
 (0)