Skip to content

Commit

Permalink
Extend description annotation
Browse files Browse the repository at this point in the history
Makes clear that the document root is included in the produced
documents.
  • Loading branch information
eberhardtj committed Jun 21, 2018
1 parent 72bbae0 commit 5daaa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/metafacture/xml/SaxSplitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@In(XmlReceiver.class)
@Out(XmlReceiver.class)
@Description("Yields a new document for each child element underneath the document root.")
@Description("Yields a new document for each child element underneath the document root. The yielded document contains the document root.")
@FluxCommand("split-sax")
public class SaxSplitter extends DefaultXmlPipe<XmlReceiver>
{
Expand Down

0 comments on commit 5daaa80

Please sign in to comment.