From ad953dc97659aa54c66817b95793acc0fa12a6fc Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Thu, 26 Nov 2009 10:23:16 +0000 Subject: [PATCH] Fixing javadoc typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884487 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/lang/concurrent/BackgroundInitializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java b/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java index a5fd25383..9aec68590 100644 --- a/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java +++ b/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java @@ -280,7 +280,7 @@ public abstract class BackgroundInitializer { * 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 */