Updated Branches:
  refs/heads/master f744afd9c -> 651371975

CAMEL-6948: Corrected a tiny typo.

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

Branch: refs/heads/master
Commit: 651371975e59e502eeec2c70e49b846a8205f33e
Parents: f744afd
Author: Babak Vahdat <bvah...@apache.org>
Authored: Fri Nov 8 21:54:08 2013 +0100
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Fri Nov 8 21:54:08 2013 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/camel/impl/DefaultProducerCacheTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/65137197/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java 
b/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
index 803302c..7c43c9f 100644
--- 
a/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
+++ 
b/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
@@ -73,7 +73,7 @@ public class DefaultProducerCacheTest extends 
ContextTestSupport {
         assertEquals(8, stopCounter.get());
     }
 
-    public void 
testReleaseProducerInvokesStopAndShutdownByNonSingeltonProducers() throws 
Exception {
+    public void 
testReleaseProducerInvokesStopAndShutdownByNonSingletonProducers() throws 
Exception {
         ProducerCache cache = new ProducerCache(this, context, 1);
         cache.start();
 

Reply via email to