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 2020/03/04 10:08:37 UTC

[camel] 03/05: Camel-Yammer: Fixed javadoc for threaded

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

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

commit e290d3ce481978e0de022b7a3be44c643198d454
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 4 11:02:34 2020 +0100

    Camel-Yammer: Fixed javadoc for threaded
---
 .../java/org/apache/camel/component/yammer/YammerConfiguration.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerConfiguration.java b/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerConfiguration.java
index d57fe34..3ce087d 100644
--- a/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerConfiguration.java
+++ b/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerConfiguration.java
@@ -120,7 +120,7 @@ public class YammerConfiguration {
     }
 
     /**
-     * Return only the specified number of messages. Works for threaded=true and threaded=extended.
+     * Return only the specified number of messages. Works for threaded set to true and threaded set to extended.
      */
     public void setLimit(int limit) {
         this.limit = limit;
@@ -157,9 +157,9 @@ public class YammerConfiguration {
     }
 
     /**
-     * threaded=true will only return the first message in each thread.
+     * threaded equals to true will only return the first message in each thread.
      * This parameter is intended for apps which display message threads collapsed.
-     * threaded=extended will return the thread starter messages in order of most recently active as well as the
+     * threaded equals to extended will return the thread starter messages in order of most recently active as well as the
      * two most recent messages, as they are viewed in the default view on the Yammer web interface.
      */
     public void setThreaded(String threaded) {