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 8a754c3 Typo 8a754c3 is described below commit 8a754c3ba0aba4a9c65cd61577e20455c1dc9f51 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 12 12:28:43 2019 +0200 Typo --- .../main/java/org/apache/camel/support/service/ServiceSupport.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceSupport.java b/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceSupport.java index c2bce51..1fbbe85 100644 --- a/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceSupport.java +++ b/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceSupport.java @@ -71,7 +71,7 @@ public abstract class ServiceSupport implements StatefulService { /** * <b>Important: </b> You should override the lifecycle methods that start with <tt>do</tt>, eg {@link #doStart()}, * {@link #doStop()}, etc. where you implement your logic. The methods {@link #start()}, {@link #stop()} should - * <b>NOT</b> be overriden as they are used internally to keep track of the state of this service and properly + * <b>NOT</b> be overridden as they are used internally to keep track of the state of this service and properly * invoke the operation in a safe manner. */ public void start() { @@ -169,7 +169,7 @@ public abstract class ServiceSupport implements StatefulService { /** * <b>Important: </b> You should override the lifecycle methods that start with <tt>do</tt>, eg {@link #doStart()}, * {@link #doStop()}, etc. where you implement your logic. The methods {@link #start()}, {@link #stop()} should - * <b>NOT</b> be overriden as they are used internally to keep track of the state of this service and properly + * <b>NOT</b> be overridden as they are used internally to keep track of the state of this service and properly * invoke the operation in a safe manner. */ @Override @@ -196,7 +196,7 @@ public abstract class ServiceSupport implements StatefulService { /** * <b>Important: </b> You should override the lifecycle methods that start with <tt>do</tt>, eg {@link #doStart()}, * {@link #doStop()}, etc. where you implement your logic. The methods {@link #start()}, {@link #stop()} should - * <b>NOT</b> be overriden as they are used internally to keep track of the state of this service and properly + * <b>NOT</b> be overridden as they are used internally to keep track of the state of this service and properly * invoke the operation in a safe manner. */ @Override