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

acosentino 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 0561f91152f Regen for commit 446610367e556c18ba4c3e1b3110b8a200496512
0561f91152f is described below

commit 0561f91152f285c7bd0f561f7ba5b076e1068558
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Sun Apr 2 10:21:23 2023 +0000

    Regen for commit 446610367e556c18ba4c3e1b3110b8a200496512
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../main/java/org/apache/camel/component/knative/KnativeEndpoint.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
index 16728919979..32bbb81aead 100644
--- 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
+++ 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
@@ -118,7 +118,8 @@ public class KnativeEndpoint extends DefaultEndpoint {
         }
         CamelContext camelContext = getCamelContext();
         Processor pipeline
-                = 
PluginHelper.getProcessorFactory(camelContext).createProcessor(camelContext, 
"Pipeline", new Object[] { list });
+                = 
PluginHelper.getProcessorFactory(camelContext).createProcessor(camelContext, 
"Pipeline",
+                        new Object[] { list });
 
         Consumer consumer = 
getComponent().getConsumerFactory().createConsumer(this,
                 createTransportConfiguration(service), service, pipeline);

Reply via email to