Skip to content

Commit e6a86b4

Browse files
committed
Improve documentation for encode-xml. #497
1 parent be6e802 commit e6a86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @author Christoph Böhme
4848
*
4949
*/
50-
@Description("Encodes a stream as xml")
50+
@Description("Encodes a stream as xml. Defaults: `rootTag=\"records\"`, `recordTag=\"record\"`, no attributeMarker.")
5151
@In(StreamReceiver.class)
5252
@Out(String.class)
5353
@FluxCommand("stream-to-xml")

0 commit comments

Comments
 (0)