Repository: incubator-nifi Updated Branches: refs/heads/NIFI-682 [created] 33848b303
NIFI-682 EvaluateXPath docs missing closing parenthesis Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/33848b30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/33848b30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/33848b30 Branch: refs/heads/NIFI-682 Commit: 33848b30369900b56ae127e24d39ad03ba99d289 Parents: 531136d Author: danbress <[email protected]> Authored: Sat Jun 20 11:10:03 2015 -0400 Committer: danbress <[email protected]> Committed: Sat Jun 20 11:10:03 2015 -0400 ---------------------------------------------------------------------- .../java/org/apache/nifi/processors/standard/EvaluateXPath.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/33848b30/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateXPath.java ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateXPath.java b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateXPath.java index a24f4d0..80b1795 100644 --- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateXPath.java +++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EvaluateXPath.java @@ -89,7 +89,7 @@ import org.xml.sax.InputSource; + "Name into which the result will be placed (if the Destination is flowfile-attribute; otherwise, the property name is ignored). " + "The value of the property must be a valid XPath expression. If the XPath evaluates to more than one node and the Return Type is " + "set to 'nodeset' (either directly, or via 'auto-detect' with a Destination of " - + "'flowfile-content', the FlowFile will be unmodified and will be routed to failure. If the XPath does not " + + "'flowfile-content'), the FlowFile will be unmodified and will be routed to failure. If the XPath does not " + "evaluate to a Node, the FlowFile will be routed to 'unmatched' without having its contents modified. If Destination is " + "flowfile-attribute and the expression matches nothing, attributes will be created with empty strings as the value, and the " + "FlowFile will always be routed to 'matched'")
