File tree Expand file tree Collapse file tree
core/camel-main/src/main/java/org/apache/camel/main Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments