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/02/13 13:23:11 UTC

[3/4] camel git commit: Polished

Polished


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

Branch: refs/heads/camel-2.16.x
Commit: 3f25826b1871c3a8c491141721a5d4225b203e05
Parents: 58ed161
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Feb 13 13:03:56 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Feb 13 13:22:54 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/http/common/HttpCommonEndpoint.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3f25826b/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java b/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java
index 2856c48..8c1ee9c 100644
--- a/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java
+++ b/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java
@@ -138,11 +138,17 @@ public abstract class HttpCommonEndpoint extends DefaultEndpoint implements Head
     // Properties
     //-------------------------------------------------------------------------
 
+    /**
+     * @deprecated use {@link #getHttpBinding()}
+     */
     @Deprecated
     public HttpBinding getBinding() {
         return httpBinding;
     }
 
+    /**
+     * @deprecated use {@link #setHttpBinding(HttpBinding)}
+     */
     @Deprecated
     public void setBinding(HttpBinding httpBinding) {
         setHttpBinding(httpBinding);