You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/06/14 13:44:58 UTC

[camel] branch camel-3.20.x updated: [Minor] Apply formatter

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 14984470586 [Minor] Apply formatter
14984470586 is described below

commit 14984470586d976af35f3cf81c7e00fdf835c955
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Wed Jun 14 15:44:32 2023 +0200

    [Minor] Apply formatter
---
 .../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
      */