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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b2246c65fac Regen
b2246c65fac is described below

commit b2246c65facd74d0af608a68d32bd591f5724736
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 6 12:35:30 2025 +0100

    Regen
---
 .../apache/camel/component/file/remote/RemoteFileConfiguration.java | 6 +++---
 .../org/apache/camel/component/file/remote/RemoteFileProducer.java  | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java
 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java
index 4d5715a35d5..8890e062611 100644
--- 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java
+++ 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java
@@ -74,9 +74,9 @@ public abstract class RemoteFileConfiguration extends 
GenericFileConfiguration {
               javaType = "java.time.Duration")
     private int soTimeout = 300000;
     @UriParam(label = "consumer,advanced", description = "Should an exception 
be thrown if connection failed (exhausted)"
-                                                + "By default exception is not 
thrown and a <tt>WARN</tt> is logged. You can use this to enable exception "
-                                                + "being thrown and handle the 
thrown exception from the {@link "
-                                                + 
"org.apache.camel.spi.PollingConsumerPollStrategy} rollback method.")
+                                                         + "By default 
exception is not thrown and a <tt>WARN</tt> is logged. You can use this to 
enable exception "
+                                                         + "being thrown and 
handle the thrown exception from the {@link "
+                                                         + 
"org.apache.camel.spi.PollingConsumerPollStrategy} rollback method.")
     private boolean throwExceptionOnConnectFailed;
     @UriParam(label = "advanced", description = "Sets optional site command(s) 
to be executed after successful "
                                                 + "login. <p/> Multiple site 
commands can be separated using a new line character.")
diff --git 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileProducer.java
 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileProducer.java
index e89bdf9fc1a..6b32ce298a5 100644
--- 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileProducer.java
+++ 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileProducer.java
@@ -154,7 +154,8 @@ public class RemoteFileProducer<T> extends 
GenericFileProducer<T> {
             }
         } catch (GenericFileOperationFailedException e) {
             // ignore just log a warning
-            LOG.warn("Exception occurred during disconnecting from: {} {}. 
This exception is ignored.", getEndpoint(), e.getMessage());
+            LOG.warn("Exception occurred during disconnecting from: {} {}. 
This exception is ignored.", getEndpoint(),
+                    e.getMessage());
         }
     }
 

Reply via email to