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
…/MarcXmlEncoder.java

Co-authored-by: Jens Wille <[email protected]>
  • Loading branch information
dr0i and blackwinter authored May 7, 2024
1 parent b5342df commit f298084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @author Pascal Christoph (dr0i) dug it up again
*/

@Description("Encodes a stream into MARCXML. Use this only if you can ensure valid MARC21. Also, the leader must be correct and set as one literal. You may want to use encode-marc21xml instead (which can cope with e.g. an irregular leader).")
@Description("Encodes a stream into MARCXML. Use this only if you can ensure valid MARC21. Also, the leader must be correct and set as one literal. You may want to use `encode-marc21xml` instead (which can cope with e.g. an irregular leader).")
@In(StreamReceiver.class)
@Out(String.class)
@FluxCommand("encode-marcxml")
Expand Down

0 comments on commit f298084

Please sign in to comment.