Correcting error in EvaluateJsonPath erroneously referring to XPath in its 
usage guide.


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/1263e87c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/1263e87c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/1263e87c

Branch: refs/heads/master
Commit: 1263e87cdbe55554f8c133be2e1932b6fc3d7581
Parents: 5e0026c
Author: Aldrin Piri <aldrinp...@gmail.com>
Authored: Mon Mar 2 19:54:57 2015 -0500
Committer: Aldrin Piri <aldrinp...@gmail.com>
Committed: Mon Mar 2 19:54:57 2015 -0500

----------------------------------------------------------------------
 .../index.html                                                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/1263e87c/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
 
b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
index 58da666..f30e1b7 100644
--- 
a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
+++ 
b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
@@ -43,7 +43,7 @@
     result evaluations in memory. Accordingly, it is important to consider the 
anticipated profile of content being
     evaluated by this processor and the hardware supporting it especially when 
working against large JSON documents.
 </p>
-
+<S></S>
 <p>
     <strong>Properties:</strong>
 </p>
@@ -89,7 +89,7 @@
     <li>
         <strong>Return Type</strong>
         <ul>
-            <li>Indicates the desired return type of the Xpath expressions.
+            <li>Indicates the desired return type of the JsonPath expressions.
                 Selecting 'auto-detect' will set the return type to 'json' for 
a
                 Destination of 'flowfile-content', and 'scalar' for a 
Destination of
                 'flowfile-attribute'.")

Reply via email to