You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/28 19:45:06 UTC

[GitHub] [camel] davsclaus commented on a change in pull request #4698: CAMEL-15904: camel-salesforce: streaming replayId default

davsclaus commented on a change in pull request #4698:
URL: https://github.com/apache/camel/pull/4698#discussion_r532098873



##########
File path: components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java
##########
@@ -166,8 +167,10 @@
     private String instanceId;
 
     // Streaming API properties
-    @UriParam
-    private Long defaultReplayId;
+    @UriParam(description = "Default replayId setting if no value is found in " +
+                            "{@link #initialReplayIdMap}",

Review comment:
       Can you remove this @link as this is not javadoc and we want to keep those descriptions just text based.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org