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 aed7518 Regen for commit acf6175ff52e7fc8c0ba2669f6be841577142655 aed7518 is described below commit aed751895bd62d19f2af74a10a3b79275e4ee9cb Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon Jun 21 08:42:46 2021 +0000 Regen for commit acf6175ff52e7fc8c0ba2669f6be841577142655 Signed-off-by: GitHub <nore...@github.com> --- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index 7abef59..32b55bb 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -75,7 +75,7 @@ Configures batch-processing resequence eip. <xs:element name="bean" type="tns:beanDefinition"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Calls a java bean +Calls a Java bean ]]></xs:documentation> </xs:annotation> </xs:element> @@ -3450,7 +3450,8 @@ Enables random backoff. Default value: false <xs:attribute name="ref" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Sets a reference to a bean to use. +Sets a reference to an exiting bean to use, which is looked up from the +registry. ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -3464,7 +3465,7 @@ Sets the method name on the bean to use. <xs:attribute name="beanType" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Sets the Class of the bean. +Sets the class name (fully qualified) of the bean to use. ]]></xs:documentation> </xs:annotation> </xs:attribute>