Skip to content

Commit

Permalink
Improve documentation for encode-xml. #497
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Oct 9, 2024
1 parent be6e802 commit e6a86b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author Christoph Böhme
*
*/
@Description("Encodes a stream as xml")
@Description("Encodes a stream as xml. Defaults: `rootTag=\"records\"`, `recordTag=\"record\"`, no attributeMarker.")
@In(StreamReceiver.class)
@Out(String.class)
@FluxCommand("stream-to-xml")
Expand Down

0 comments on commit e6a86b4

Please sign in to comment.