You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/18 15:04:42 UTC

[camel] branch main updated: Regen for commit ecabb7c2ef147bd56afd48691460e2e8448e3caa

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 59acd09b551 Regen for commit ecabb7c2ef147bd56afd48691460e2e8448e3caa
59acd09b551 is described below

commit 59acd09b55124e78dff7235c82b7078fc8f76e56
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Sun Dec 18 14:56:13 2022 +0000

    Regen for commit ecabb7c2ef147bd56afd48691460e2e8448e3caa
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/maven/XmlHelper.java        |  2 +-
 .../org/apache/camel/maven/packaging/SchemaGeneratorMojo.java  | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
index bcb505d833d..5def7578e21 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
@@ -41,7 +41,7 @@ public final class XmlHelper {
 
     public static Document buildNamespaceAwareDocument(File xml)
             throws SAXException, ParserConfigurationException, IOException {
- 
+
         DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
         factory.setNamespaceAware(true);
         factory.setIgnoringElementContentWhitespace(true);
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
index c8300353a7d..39237b5acd6 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
@@ -646,14 +646,16 @@ public class SchemaGeneratorMojo extends AbstractGeneratorMojo {
 
         // nodePrefixId
         docComment = findJavaDoc(null, "nodePrefixId", null, classElement, true);
-        ep = createOption("nodePrefixId", "Node Prefix Id", "attribute", "java.lang.String", false, "", "", docComment, false, null,
-                        false, null, null, false, false);
+        ep = createOption("nodePrefixId", "Node Prefix Id", "attribute", "java.lang.String", false, "", "", docComment, false,
+                null,
+                false, null, null, false, false);
         eipOptions.add(ep);
 
         // routeConfigurationId
         docComment = findJavaDoc(null, "routeConfigurationId", null, classElement, true);
-        ep = createOption("routeConfigurationId", "Route Configuration Id", "attribute", "java.lang.String", false, "", "", docComment, false, null,
-                        false, null, null, false, false);
+        ep = createOption("routeConfigurationId", "Route Configuration Id", "attribute", "java.lang.String", false, "", "",
+                docComment, false, null,
+                false, null, null, false, false);
         eipOptions.add(ep);
 
         // precondition