Fixing javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
823eb10825
commit
ad953dc976
|
@ -280,7 +280,7 @@ public abstract class BackgroundInitializer<T> {
|
|||
* method. If a temporary {@code ExecutorService} is used, it is destroyed
|
||||
* at the end of the task.
|
||||
*
|
||||
* @param execDestory the {@code ExecutorService} to be destroyed by the
|
||||
* @param execDestroy the {@code ExecutorService} to be destroyed by the
|
||||
* task
|
||||
* @return a task for the background initialization
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue