Skip to content

Commit c7f8e0f

Browse files
committed
Add comment into @description (#554)
This brings the comment of how to set the variable to allow unlimited entities into flux-commands.md.
1 parent ee17957 commit c7f8e0f

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.")
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)