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 50dcd8b88ae Regen for commit 175985f5ec1e216d5cc4250be60b32f8741afda3 
(#8963)
50dcd8b88ae is described below

commit 50dcd8b88ae8ddb14faa99fccec7b0fd9a916355
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 3 09:48:25 2023 +0100

    Regen for commit 175985f5ec1e216d5cc4250be60b32f8741afda3 (#8963)
    
    Signed-off-by: GitHub <[email protected]>
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: davsclaus <[email protected]>
---
 .../java/org/apache/camel/component/feed/FeedEndpoint.java     | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
 
b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
index d6056742578..94583cd4bbb 100644
--- 
a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
+++ 
b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
@@ -46,12 +46,14 @@ public abstract class FeedEndpoint extends 
DefaultPollingEndpoint {
                                                    + "single feed poll should 
be delivered immediately. If true, only one entry is processed "
                                                    + "per delay. Only 
applicable when splitEntries = true.")
     private boolean throttleEntries = true;
-    @UriParam(label = "security", secret = true, description = "Sets the 
username to be used for basic authentication when polling from a HTTP feed. "
-            + "Notice: Basic authentication is not a secured method, and is 
not recommended to be used.")
+    @UriParam(label = "security", secret = true,
+              description = "Sets the username to be used for basic 
authentication when polling from a HTTP feed. "
+                            + "Notice: Basic authentication is not a secured 
method, and is not recommended to be used.")
     @Deprecated
     private String username;
-    @UriParam(label = "security", secret = true, description = "Sets the 
password to be used for basic authentication when polling from a HTTP feed."
-            + "Notice: Basic authentication is not a secured method, and is 
not recommended to be used.")
+    @UriParam(label = "security", secret = true,
+              description = "Sets the password to be used for basic 
authentication when polling from a HTTP feed."
+                            + "Notice: Basic authentication is not a secured 
method, and is not recommended to be used.")
     @Deprecated
     private String password;
 

Reply via email to