Skip to content

Commit 1e60cb9

Browse files
committed
Regen
1 parent 072590e commit 1e60cb9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,7 @@ public String getDumpRoutes() {
15811581
*
15821582
* You can also use png to save route diagrams as PNG image files either all combined in a single file (default
15831583
* camel-route-diagrams.png) or to a given folder, where routes are grouped by source file name(s) and saved as
1584-
* corresponding .png files. This requires to have camel-diagram on the classpath to be able to render PNG
1585-
* diagrams.
1584+
* corresponding .png files. This requires to have camel-diagram on the classpath to be able to render PNG diagrams.
15861585
*/
15871586
public void setDumpRoutes(String dumpRoutes) {
15881587
this.dumpRoutes = dumpRoutes;
@@ -2814,8 +2813,7 @@ public T withExchangeFactoryStatisticsEnabled(boolean exchangeFactoryStatisticsE
28142813
*
28152814
* You can also use png to save route diagrams as PNG image files either all combined in a single file (default
28162815
* camel-route-diagrams.png) or to a given folder, where routes are grouped by source file name(s) and saved as
2817-
* corresponding .png files. This requires to have camel-diagram on the classpath to be able to render PNG
2818-
* diagrams.
2816+
* corresponding .png files. This requires to have camel-diagram on the classpath to be able to render PNG diagrams.
28192817
*/
28202818
public T withDumpRoutes(String dumpRoutes) {
28212819
this.dumpRoutes = dumpRoutes;

0 commit comments

Comments
 (0)