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 1e60cb98f335 Regen
1e60cb98f335 is described below

commit 1e60cb98f335c000ec3cce1c15c9f70e4729fbb0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 11 21:33:10 2026 +0200

    Regen
---
 .../java/org/apache/camel/main/DefaultConfigurationProperties.java  | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
index 966cb50486c9..32dc30a7b927 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
@@ -1581,8 +1581,7 @@ public abstract class DefaultConfigurationProperties<T> {
      *
      * You can also use png to save route diagrams as PNG image files either 
all combined in a single file (default
      * camel-route-diagrams.png) or to a given folder, where routes are 
grouped by source file name(s) and saved as
-     * corresponding .png files. This requires to have camel-diagram on the 
classpath to be able to render PNG
-     * diagrams.
+     * corresponding .png files. This requires to have camel-diagram on the 
classpath to be able to render PNG diagrams.
      */
     public void setDumpRoutes(String dumpRoutes) {
         this.dumpRoutes = dumpRoutes;
@@ -2814,8 +2813,7 @@ public abstract class DefaultConfigurationProperties<T> {
      *
      * You can also use png to save route diagrams as PNG image files either 
all combined in a single file (default
      * camel-route-diagrams.png) or to a given folder, where routes are 
grouped by source file name(s) and saved as
-     * corresponding .png files. This requires to have camel-diagram on the 
classpath to be able to render PNG
-     * diagrams.
+     * corresponding .png files. This requires to have camel-diagram on the 
classpath to be able to render PNG diagrams.
      */
     public T withDumpRoutes(String dumpRoutes) {
         this.dumpRoutes = dumpRoutes;

Reply via email to