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 2023/06/13 16:28:36 UTC

[camel] branch camel-3.x updated: Regen for commit 8e40bfb945c4cc884ff98a9a7de37e2099675d85

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new d02d6dda29f Regen for commit 8e40bfb945c4cc884ff98a9a7de37e2099675d85
d02d6dda29f is described below

commit d02d6dda29f4a4af56589ec7f940fb1ebafe6d1f
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Tue Jun 13 16:21:41 2023 +0000

    Regen for commit 8e40bfb945c4cc884ff98a9a7de37e2099675d85
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../org/apache/camel/component/salesforce/SalesforceConsumer.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceConsumer.java b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceConsumer.java
index 87009871cbf..a26f1de42f4 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceConsumer.java
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceConsumer.java
@@ -24,7 +24,6 @@ import com.fasterxml.jackson.databind.ObjectMapper;
 import org.apache.camel.AsyncCallback;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
-import org.apache.camel.Service;
 import org.apache.camel.component.salesforce.api.SalesforceException;
 import org.apache.camel.component.salesforce.api.dto.PlatformEvent;
 import org.apache.camel.component.salesforce.api.utils.JsonUtils;
@@ -298,8 +297,8 @@ public class SalesforceConsumer extends DefaultConsumer {
     /**
      * Stops this consumer.
      *
-     * If alsoStopSubscription=true, any underlying subscriptions will be stopped as well.
-     * SubscriptionHelper also logs out, so this will terminate the salesforce session as well.
+     * If alsoStopSubscription=true, any underlying subscriptions will be stopped as well. SubscriptionHelper also logs
+     * out, so this will terminate the salesforce session as well.
      *
      * @param alsoStopSubscription to also stop subscription
      */