Polished

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

Branch: refs/heads/master
Commit: 2bd23319fe527b9165a5e20f0d06d4d57a667d25
Parents: 6f5bee1
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue May 19 21:49:04 2015 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue May 19 21:49:04 2015 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/util/ObjectHelper.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2bd23319/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java 
b/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
index 7367d1e..4e9ad05 100644
--- a/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
+++ b/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
@@ -1825,7 +1825,7 @@ public final class ObjectHelper {
     }
     
     /**
-     * Calling the Callable with the setting of TCCL with the camel context 
application classloader;
+     * Calling the Callable with the setting of TCCL with the camel context 
application classloader.
      * 
      * @param call the Callable instance
      * @param exchange the exchange 
@@ -1840,10 +1840,10 @@ public final class ObjectHelper {
     }
     
     /**
-     * Calling the Callable with the setting of TCCL with a given classloader;
-     * 
-     * @param call the Callable instance
-     * @param  the exchange 
+     * Calling the Callable with the setting of TCCL with a given classloader.
+     *
+     * @param call        the Callable instance
+     * @param classloader the class loader
      * @return the result of Callable return  
      */
     public static Object callWithTCCL(Callable<?> call, ClassLoader 
classloader) throws Exception {

Reply via email to