You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/04 11:18:41 UTC

[camel] branch main updated: Polished

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 <cl...@gmail.com>
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)