You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/08/15 18:26:15 UTC

svn commit: r1373510 - /camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java

Author: dkulp
Date: Wed Aug 15 16:26:15 2012
New Revision: 1373510

URL: http://svn.apache.org/viewvc?rev=1373510&view=rev
Log:
Merged revisions 1373491 via  git cherry-pick from
https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x

........
  r1373491 | dkulp | 2012-08-15 12:08:41 -0400 (Wed, 15 Aug 2012) | 10 lines

  Merged revisions 1367324 via  git cherry-pick from
  https://svn.apache.org/repos/asf/camel/trunk

  ........
    r1367324 | bvahdat | 2012-07-30 17:39:31 -0400 (Mon, 30 Jul 2012) | 2 lines

    Added one missing space to the javadoc.

  ........

........

Modified:
    camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java

Modified: camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java?rev=1373510&r1=1373509&r2=1373510&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java (original)
+++ camel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java Wed Aug 15 16:26:15 2012
@@ -47,7 +47,7 @@ import org.slf4j.LoggerFactory;
  * A helper class for Camel based injector or post processing hooks which can be reused by
  * both the <a href="http://camel.apache.org/spring.html">Spring</a>,
  * <a href="http://camel.apache.org/guice.html">Guice</a> and
- * <a href="http://camel.apache.org/blueprint.html">Blueprint</a>support.
+ * <a href="http://camel.apache.org/blueprint.html">Blueprint</a> support.
  *
  * @version 
  */