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/07/20 18:50:46 UTC

[2/2] camel git commit: CAMEL-10163: camel-twitter - Component docs - Some options are labelled wrong

CAMEL-10163: camel-twitter - Component docs - Some options are labelled wrong


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

Branch: refs/heads/camel-2.17.x
Commit: 1ac5c475eea1567ea466cf19ac387c66bb001a3e
Parents: 414be84
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Jul 20 14:49:30 2016 -0400
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jul 20 14:50:38 2016 -0400

----------------------------------------------------------------------
 .../camel/component/twitter/TwitterConfiguration.java | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1ac5c475/components/camel-twitter/src/main/java/org/apache/camel/component/twitter/TwitterConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/java/org/apache/camel/component/twitter/TwitterConfiguration.java b/components/camel-twitter/src/main/java/org/apache/camel/component/twitter/TwitterConfiguration.java
index e586a58..c665c20 100644
--- a/components/camel-twitter/src/main/java/org/apache/camel/component/twitter/TwitterConfiguration.java
+++ b/components/camel-twitter/src/main/java/org/apache/camel/component/twitter/TwitterConfiguration.java
@@ -46,19 +46,19 @@ public class TwitterConfiguration {
     private String consumerSecret;
     @UriParam
     private String user;
-    @UriParam(label = "filter")
+    @UriParam(label = "consumer,filter")
     private String keywords;
-    @UriParam(label = "filter")
+    @UriParam(label = "consumer,filter")
     private String userIds;
-    @UriParam(label = "filter", defaultValue = "true")
+    @UriParam(label = "consumer,filter", defaultValue = "true")
     private boolean filterOld = true;
-    @UriParam(label = "filter", defaultValue = "1")
+    @UriParam(label = "consumer,filter", defaultValue = "1")
     private long sinceId  = 1;
-    @UriParam(label = "filter")
+    @UriParam(label = "consumer,filter")
     private String lang;
-    @UriParam(label = "filter")
+    @UriParam(label = "consumer,filter")
     private Integer count;
-    @UriParam(label = "filter", defaultValue = "1")
+    @UriParam(label = "consumer,filter", defaultValue = "1")
     private Integer numberOfPages = 1;
     @UriParam(label = "proxy")
     private String httpProxyHost;