You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/01/20 15:54:53 UTC

[2/2] camel git commit: Camel catalog - add javadoc

Camel catalog - add javadoc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/eaefb7c3
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eaefb7c3
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/eaefb7c3

Branch: refs/heads/camel-2.16.x
Commit: eaefb7c3d60ea2145e028033e0a08101ce525caa
Parents: 494309a
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Jan 20 14:47:17 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jan 20 15:54:44 2016 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/catalog/CamelCatalog.java     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/eaefb7c3/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java
----------------------------------------------------------------------
diff --git a/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java b/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java
index f1c2bb6..9a52446 100644
--- a/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java
+++ b/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java
@@ -245,6 +245,7 @@ public interface CamelCatalog {
      *
      * @param scheme the endpoint schema
      * @param json the json schema with the endpoint properties
+     * @param encode whether to URL encode the returned uri or not
      * @return the constructed endpoint uri
      * @throws java.net.URISyntaxException is thrown if there is encoding error
      */
@@ -255,6 +256,7 @@ public interface CamelCatalog {
      *
      * @param scheme the endpoint schema
      * @param json the json schema with the endpoint properties
+     * @param encode whether to URL encode the returned uri or not
      * @return the constructed endpoint uri
      * @throws java.net.URISyntaxException is thrown if there is encoding error
      */
@@ -265,6 +267,7 @@ public interface CamelCatalog {
      *
      * @param scheme the endpoint schema
      * @param properties the properties as key value pairs
+     * @param encode whether to URL encode the returned uri or not
      * @return the constructed endpoint uri
      * @throws java.net.URISyntaxException is thrown if there is encoding error
      */
@@ -275,6 +278,7 @@ public interface CamelCatalog {
      *
      * @param scheme the endpoint schema
      * @param properties the properties as key value pairs
+     * @param encode whether to URL encode the returned uri or not
      * @return the constructed endpoint uri
      * @throws java.net.URISyntaxException is thrown if there is encoding error
      */