Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8232F200C24 for ; Thu, 23 Feb 2017 16:22:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 80C6A160B64; Thu, 23 Feb 2017 15:22:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C2EA8160B50 for ; Thu, 23 Feb 2017 16:22:35 +0100 (CET) Received: (qmail 31426 invoked by uid 500); 23 Feb 2017 15:22:34 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 31417 invoked by uid 99); 23 Feb 2017 15:22:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2017 15:22:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6CB5DFD9E; Thu, 23 Feb 2017 15:22:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cshannon@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: AMQ-6606 - fix typo Date: Thu, 23 Feb 2017 15:22:34 +0000 (UTC) archived-at: Thu, 23 Feb 2017 15:22:36 -0000 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) Authored: Thu Feb 23 10:21:54 2017 -0500 Committer: Christopher L. Shannon (cshannon) 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);