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
commit 243876deadc1fcaecae1d8b7c07261641e39808e Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 13 09:30:23 2021 +0200 Regen --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 16 +++------------- 1 file changed, 3 insertions(+), 13 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 1147f5d..57c504d 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 @@ -10337,31 +10337,21 @@ Reference to the route templates in the xml dsl. <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -The name of the parameter. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="required" type="xs:boolean"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -Whether the parameter is required or not. A parameter is required unless this -option is set to false or a default value has been configured. Default value: -false +Parameter name. ]]></xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="defaultValue" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Default value of the parameter. If a default value is provided then the -parameter is implied not to be required. +Parameter default value. ]]></xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Description of the parameter. +Parameter description. ]]></xs:documentation> </xs:annotation> </xs:attribute>
