Updated Branches:
  refs/heads/camel-2.11.x 76fc7f7bc -> 63d840ef3

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/63d840ef
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/63d840ef
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/63d840ef

Branch: refs/heads/camel-2.11.x
Commit: 63d840ef30ea32da3c6e85bf3472774c36071943
Parents: 76fc7f7
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:55:47 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/63d840ef/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