Skip to content

Commit 1083d46

Browse files
committed
Fix name in @FluxCommand
See #300.
1 parent d32fc00 commit 1083d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Description("Encodes a stream into MARCXML.")
2222
@In(StreamReceiver.class)
2323
@Out(String.class)
24-
@FluxCommand("encode-marc21")
24+
@FluxCommand("encode-marcxml")
2525
public final class MarcXmlEncoder extends DefaultStreamPipe<ObjectReceiver<String>> {
2626
private static final String ROOT_OPEN = "<marc:collection xmlns:marc=\"http://www.loc.gov/MARC21/slim\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\">";
2727
private static final String ROOT_CLOSE = "</marc:collection>";

0 commit comments

Comments
 (0)