mirror of https://github.com/apache/activemq.git
AMQ-6606 - fix typo
This commit is contained in:
parent
fe5164a404
commit
79069598b1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue