You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/11/26 11:23:16 UTC

svn commit: r884487 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java

Author: bayard
Date: Thu Nov 26 10:23:16 2009
New Revision: 884487

URL: http://svn.apache.org/viewvc?rev=884487&view=rev
Log:
Fixing javadoc typo

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java?rev=884487&r1=884486&r2=884487&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java Thu Nov 26 10:23:16 2009
@@ -280,7 +280,7 @@
      * 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
      */