You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/30 06:39:12 UTC

[camel] branch camel-2.22.x updated: camel-core - Fix typo in XmlConverter javadoc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new 0ab7ffb  camel-core - Fix typo in XmlConverter javadoc
0ab7ffb is described below

commit 0ab7ffbf32638066655c79c27f3281281196c001
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Thu Aug 30 15:32:30 2018 +0900

    camel-core - Fix typo in XmlConverter javadoc
---
 .../src/main/java/org/apache/camel/converter/jaxp/XmlConverter.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/converter/jaxp/XmlConverter.java b/camel-core/src/main/java/org/apache/camel/converter/jaxp/XmlConverter.java
index 207c1c7..b300d6c 100644
--- a/camel-core/src/main/java/org/apache/camel/converter/jaxp/XmlConverter.java
+++ b/camel-core/src/main/java/org/apache/camel/converter/jaxp/XmlConverter.java
@@ -873,7 +873,7 @@ public class XmlConverter {
     }
 
     /**
-     * Converts the given {@link InputStream} to a DOM document
+     * Converts the given {@link Reader} to a DOM document
      *
      * @param in is the data to be parsed
      * @return the parsed document
@@ -885,7 +885,7 @@ public class XmlConverter {
     }
     
     /**
-     * Converts the given {@link InputStream} to a DOM document
+     * Converts the given {@link Reader} to a DOM document
      *
      * @param in is the data to be parsed
      * @param exchange is the exchange to be used when calling the converter