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 2018/02/13 15:29:25 UTC

[camel] branch master updated: Make it stand out a bit more in javadoc to not use

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 05a64fb  Make it stand out a bit more in javadoc to not use
05a64fb is described below

commit 05a64fb63a48df7e7606ddaacdd3a2eb83b3c39b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 13 10:29:18 2018 -0500

    Make it stand out a bit more in javadoc to not use
---
 camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java b/camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java
index b38f77c..b8fdffe 100644
--- a/camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java
+++ b/camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java
@@ -25,7 +25,7 @@ import org.apache.camel.model.ProcessorDefinition;
  * processors in a route with interceptors.  For example, a possible
  * usecase is to gather performance statistics at the processor's level.
  * <p/>
- * <b>Important: </b> This SPI is not intended to be used by Camel end users.
+ * <b>Important: </b> This SPI is not intended to be used by Camel end users - do NOT use this.
  * <p/>
  * Its <b>strongly</b> adviced to use an {@link org.apache.camel.AsyncProcessor} as the returned wrapped
  * {@link Processor} which ensures the interceptor works well with the asynchronous routing engine.

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.