This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e0ae23  Polished
0e0ae23 is described below

commit 0e0ae23dc52d5206f9d907514970108c89452b4e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Mar 4 13:56:45 2020 +0100

    Polished
---
 .../src/main/java/org/apache/camel/spi/LifecycleStrategy.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/LifecycleStrategy.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/LifecycleStrategy.java
index 5a6e247..20ddeaa 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/LifecycleStrategy.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/LifecycleStrategy.java
@@ -112,16 +112,16 @@ public interface LifecycleStrategy {
     void onRoutesRemove(Collection<Route> routes);
 
     /**
-     * Notification on adding {@link Route}(s).
+     * Notification on creating {@link Route}(s).
      *
-     * @param route the added route context
+     * @param route the created route context
      */
     void onRouteContextCreate(Route route);
 
     /**
      * Notification on adding error handler.
      *
-     * @param route        the added route context
+     * @param route               the added route context
      * @param errorHandler        the error handler
      * @param errorHandlerBuilder the error handler builder
      */
@@ -130,7 +130,7 @@ public interface LifecycleStrategy {
     /**
      * Notification on removing error handler.
      *
-     * @param route        the removed route context
+     * @param route               the removed route context
      * @param errorHandler        the error handler
      * @param errorHandlerBuilder the error handler builder
      */

Reply via email to