Updated Branches:
  refs/heads/camel-2.10.x ef84e968d -> 7c8059a09
  refs/heads/camel-2.11.x e2c1a4041 -> 42659f8e7
  refs/heads/camel-2.12.x 20b60b702 -> 72807c486
  refs/heads/master bb9e3d1ec -> eed23e3e8


Polished javadoc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b23317f2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b23317f2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b23317f2

Branch: refs/heads/master
Commit: b23317f266f6483a46e67f9dc959b810187fe4e2
Parents: bb9e3d1
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Sep 2 16:35:32 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Sep 2 16:35:32 2013 +0200

----------------------------------------------------------------------
 .../org/apache/camel/model/RouteContextRefDefinitionHelper.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b23317f2/camel-core/src/main/java/org/apache/camel/model/RouteContextRefDefinitionHelper.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/model/RouteContextRefDefinitionHelper.java
 
b/camel-core/src/main/java/org/apache/camel/model/RouteContextRefDefinitionHelper.java
index 08617ae..500aca9 100644
--- 
a/camel-core/src/main/java/org/apache/camel/model/RouteContextRefDefinitionHelper.java
+++ 
b/camel-core/src/main/java/org/apache/camel/model/RouteContextRefDefinitionHelper.java
@@ -48,12 +48,12 @@ public final class RouteContextRefDefinitionHelper {
      * <p/>
      * This implmementation must be used to lookup the routes as it performs a 
deep clone of the routes
      * as a {@link RouteContextRefDefinition} can be re-used with multiple 
{@link CamelContext} and each
-     * context should have their own instances of the routes. This is to 
ensure no side-effefts and sharing
+     * context should have their own instances of the routes. This is to 
ensure no side-effects and sharing
      * of instances between the contexts. For example such as property 
placeholders may be context specific
      * so the routes should not use placeholders from another {@link 
CamelContext}.
      *
      * @param camelContext the CamelContext
-     * @param ref          the id of the {@link RouteContextRefDefinition} to 
lookup and get the rotues.
+     * @param ref          the id of the {@link RouteContextRefDefinition} to 
lookup and get the routes.
      * @return the routes.
      */
     @SuppressWarnings("unchecked")

Reply via email to