Skip to content

Commit

Permalink
Add comment into @description (#554)
Browse files Browse the repository at this point in the history
This brings the comment of how to set the variable to allow unlimited entities
into flux-commands.md.
  • Loading branch information
dr0i committed Aug 30, 2024
1 parent ee17957 commit c7f8e0f
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.")
@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 c7f8e0f

Please sign in to comment.