You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/12/22 15:29:47 UTC

svn commit: r489662 - /harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java

Author: tellison
Date: Fri Dec 22 06:29:47 2006
New Revision: 489662

URL: http://svn.apache.org/viewvc?view=rev&rev=489662
Log:
Apply patch HARMONY-2809 ([Classlib][concurrent] Wrong words in concurrent module)

Modified:
    harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java

Modified: harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java?view=diff&rev=489662&r1=489661&r2=489662
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java (original)
+++ harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java Fri Dec 22 06:29:47 2006
@@ -387,7 +387,7 @@
         return sb.toString();
     }
 
-    // private and pakage private methods
+    // private and package private methods
 
     @SuppressWarnings("unchecked")
     private final E[] newElementArray(int size) {
@@ -554,7 +554,7 @@
 
     /**
      * Checks if the specified range of the
-     * array contains all of the elemnts in the collection
+     * array contains all of the elements in the collection
      *
      * @param c     collection with elements
      * @param data  array where to search the elements
@@ -1021,7 +1021,7 @@
         }
 
         /**
-         * Imlementation of <code>ListIterator</code> for the
+         * Implementation of <code>ListIterator</code> for the
          * <code>SubList</code>
          * gets a snapshot of the sublist,
          * never throws ConcurrentModificationException