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:35 UTC

[camel] 01/05: Camel-Yammer: Fixed javadoc for olderThan

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 5024fc71b16488afb37d2af3efee5e32b7c252d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 4 11:00:58 2020 +0100

    Camel-Yammer: Fixed javadoc for olderThan
---
 .../java/org/apache/camel/component/yammer/YammerConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0ba1f7f..5d28297 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
@@ -133,7 +133,7 @@ public class YammerConfiguration {
     /**
      * Returns messages older than the message ID specified as a numeric string.
      * This is useful for paginating messages. For example, if you're currently viewing 20 messages and the oldest is number 2912,
-     * you could append "?olderThan=2912″ to your request to get the 20 messages prior to those you're seeing.
+     * you could append olderThan equals to 2912 to your request to get the 20 messages prior to those you're seeing.
      */
     public void setOlderThan(long olderThan) {
         this.olderThan = olderThan;