mirror of https://github.com/apache/activemq.git
Fix typo in method name.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@375179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ea186cf65
commit
f6735ea870
|
@ -39,7 +39,7 @@ public class DefaultThreadPools {
|
|||
|
||||
private static final TaskRunnerFactory defaultTaskRunnerFactory = new TaskRunnerFactory(defaultPool,10);
|
||||
|
||||
public static Executor getDeaultPool() {
|
||||
public static Executor getDefaultPool() {
|
||||
return defaultPool;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue