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 0fad4b1  Polished
0fad4b1 is described below

commit 0fad4b135ff5183fa8c1de09aeca77e845407c5a
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 4 13:18:10 2021 +0200

    Polished
---
 .../camel-main/src/main/java/org/apache/camel/main/RoutesCollector.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/RoutesCollector.java 
b/core/camel-main/src/main/java/org/apache/camel/main/RoutesCollector.java
index b6ea264..3d20e97 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/RoutesCollector.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/RoutesCollector.java
@@ -40,7 +40,7 @@ public interface RoutesCollector {
             CamelContext camelContext, String excludePattern, String 
includePattern);
 
     /**
-     * Collects all RoutesBuilder from the given directory.
+     * Collects all {@link RoutesBuilder} from the given directory.
      *
      * @param  camelContext   the Camel Context
      * @param  excludePattern exclude pattern (see routesExcludePattern option)

Reply via email to