Skip to content

Commit f0a618a

Browse files
dr0iblackwinter
andauthored
Update metafacture-xml/src/main/java/org/metafacture/xml/XmlDecoder.java
Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
1 parent c7f8e0f commit f0a618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-xml/src/main/java/org/metafacture/xml/XmlDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Christoph Böhme
4242
*
4343
*/
44-
@Description("Reads an XML file and passes the XML events to a receiver. Set 'totalEntitySizeLimit=\"0\"' to allow unlimited XML entities.")
44+
@Description("Reads an XML file and passes the XML events to a receiver. Set `totalEntitySizeLimit=\"0\"` to allow unlimited XML entities.")
4545
@In(Reader.class)
4646
@Out(XmlReceiver.class)
4747
@FluxCommand("decode-xml")

0 commit comments

Comments
 (0)