Repository: activemq
Updated Branches:
  refs/heads/master fe5164a40 -> 79069598b


AMQ-6606 - fix typo


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

Branch: refs/heads/master
Commit: 79069598b1435cadaef504d8d3de31777b869c59
Parents: fe5164a
Author: Christopher L. Shannon (cshannon) <[email protected]>
Authored: Thu Feb 23 10:21:54 2017 -0500
Committer: Christopher L. Shannon (cshannon) <[email protected]>
Committed: Thu Feb 23 10:21:54 2017 -0500

----------------------------------------------------------------------
 .../java/org/apache/activemq/thread/TaskRunnerFactoryTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/79069598/activemq-client/src/test/java/org/apache/activemq/thread/TaskRunnerFactoryTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-client/src/test/java/org/apache/activemq/thread/TaskRunnerFactoryTest.java
 
b/activemq-client/src/test/java/org/apache/activemq/thread/TaskRunnerFactoryTest.java
index 4926041..0d3ecb5 100644
--- 
a/activemq-client/src/test/java/org/apache/activemq/thread/TaskRunnerFactoryTest.java
+++ 
b/activemq-client/src/test/java/org/apache/activemq/thread/TaskRunnerFactoryTest.java
@@ -37,7 +37,7 @@ public class TaskRunnerFactoryTest {
      * @throws Exception
      */
     @Test
-    public void testConcurrentTaskRunnerCreaction() throws Exception {
+    public void testConcurrentTaskRunnerCreation() throws Exception {
 
         final TaskRunnerFactory factory = new TaskRunnerFactory();
         final ExecutorService service = Executors.newFixedThreadPool(10);

Reply via email to