Repository: activemq Updated Branches: refs/heads/activemq-5.14.x b6a8c188f -> 7ca411fee
AMQ-6606 - fix typo (cherry picked from commit 79069598b1435cadaef504d8d3de31777b869c59) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/7ca411fe Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/7ca411fe Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/7ca411fe Branch: refs/heads/activemq-5.14.x Commit: 7ca411feee1700e17d08529962197bbb4696ed78 Parents: b6a8c18 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:22:26 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/7ca411fe/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);
