Skip to content

Commit

Permalink
Update metafacture-biblio/src/main/java/org/metafacture/biblio/marc21…
Browse files Browse the repository at this point in the history
…/Marc21XmlEncoder.java

Co-authored-by: Jens Wille <[email protected]>
  • Loading branch information
dr0i and blackwinter authored May 7, 2024
1 parent 2690ceb commit b5342df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@In(StreamReceiver.class)
@Out(String.class)
@Description("Encodes MARC21 records as MARCXML. It wraps 'encode-marc21 | decode-marc21 | encode-marcxml ' to generate MARCXML more safely, especially when the building the 'leader'.")
@Description("Encodes MARC21 records as MARCXML. It wraps `encode-marc21 | decode-marc21 | encode-marcxml` to generate MARCXML more safely, especially when building the `leader`.")
@FluxCommand("encode-marc21xml")
public final class Marc21XmlEncoder extends AbstractMarcXmlEncoder {
private final Marc21Decoder marc21Decoder = new Marc21Decoder();
Expand Down

0 comments on commit b5342df

Please sign in to comment.