Skip to content

Commit

Permalink
Update metafacture-xml/src/main/java/org/metafacture/xml/XmlDecoder.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Wille <[email protected]>
  • Loading branch information
dr0i and blackwinter authored Sep 2, 2024
1 parent c7f8e0f commit f0a618a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @author Christoph Böhme
*
*/
@Description("Reads an XML file and passes the XML events to a receiver. Set 'totalEntitySizeLimit=\"0\"' to allow unlimited XML entities.")
@Description("Reads an XML file and passes the XML events to a receiver. Set `totalEntitySizeLimit=\"0\"` to allow unlimited XML entities.")
@In(Reader.class)
@Out(XmlReceiver.class)
@FluxCommand("decode-xml")
Expand Down

0 comments on commit f0a618a

Please sign in to comment.