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:
Adrian T. Co 2006-02-06 05:16:33 +00:00
parent 6ea186cf65
commit f6735ea870
1 changed files with 1 additions and 1 deletions

View File

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