AMQ-6606 - fix typo

This commit is contained in:
Christopher L. Shannon (cshannon) 2017-02-23 10:21:54 -05:00
parent fe5164a404
commit 79069598b1
1 changed files with 1 additions and 1 deletions

View File

@ -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);