You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/09/29 19:03:34 UTC

svn commit: r1002736 - /harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java

Author: hindessm
Date: Wed Sep 29 17:03:34 2010
New Revision: 1002736

URL: http://svn.apache.org/viewvc?rev=1002736&view=rev
Log:
Fix typo spotted when doing merging.

Modified:
    harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java

Modified: harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java?rev=1002736&r1=1002735&r2=1002736&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java (original)
+++ harmony/enhanced/java/trunk/classlib/modules/beans/src/main/java/java/beans/Encoder.java Wed Sep 29 17:03:34 2010
@@ -260,7 +260,7 @@ public class Encoder {
     }
 
     /**
-     * Remvoe the existing new copy of the given old object.
+     * Remove the existing new copy of the given old object.
      * 
      * @param old
      *            an old object
@@ -428,4 +428,4 @@ public class Encoder {
                     "failed to write statement: " + oldStat, e)); //$NON-NLS-1$
         }
     }
-}
\ No newline at end of file
+}