Repository: camel Updated Branches: refs/heads/camel-2.16.x 494309ab7 -> eaefb7c3d refs/heads/master 933985c65 -> 6705ca952
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/6705ca95 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6705ca95 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6705ca95 Branch: refs/heads/master Commit: 6705ca952add3a13a4060db850a8914dc7356f8a Parents: 933985c Author: Claus Ibsen <[email protected]> Authored: Wed Jan 20 14:47:17 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Wed Jan 20 15:54:14 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/6705ca95/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 */
