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 9938c79d02f Regen
9938c79d02f is described below
commit 9938c79d02f436bb4129f944c6439d5d67325350
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 21 08:01:15 2024 +0200
Regen
---
.../java/org/apache/camel/model/ProcessDefinition.java | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessDefinition.java
index 4774bc7a34d..513bf51ad12 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessDefinition.java
@@ -100,19 +100,16 @@ public class ProcessDefinition extends
NoOutputDefinition<ProcessDefinition> {
/**
* Reference to the Processor to lookup in the registry to use.
*
- * A Processor is a class of type org.apache.camel.Processor, which
- * can are to be called by this EIP. In this processor you have custom
Java code,
- * that can work with the message, such as to do custom business logic,
- * special message manipulations and so on.
+ * A Processor is a class of type org.apache.camel.Processor, which can
are to be called by this EIP. In this
+ * processor you have custom Java code, that can work with the message,
such as to do custom business logic, special
+ * message manipulations and so on.
*
* By default, the ref, will lookup the bean in the Camel registry.
*
- * The ref can use prefix that controls how the processor is obtained.
- * You can use #bean:myBean where myBean is the id of the Camel processor
(lookup).
- * Can also be used for creating new beans by their class name by
prefixing with #class, eg
- * #class:com.foo.MyClassType.
- * And it is also possible to refer to singleton beans by their type in
the registry by prefixing with #type:
- * syntax, eg #type:com.foo.MyClassType
+ * The ref can use prefix that controls how the processor is obtained. You
can use #bean:myBean where myBean is the
+ * id of the Camel processor (lookup). Can also be used for creating new
beans by their class name by prefixing with
+ * #class, eg #class:com.foo.MyClassType. And it is also possible to refer
to singleton beans by their type in the
+ * registry by prefixing with #type: syntax, eg #type:com.foo.MyClassType
*/
public void setRef(String ref) {
this.ref = ref;