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/03/23 23:46:46 UTC

svn commit: r926827 - /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java

Author: hindessm
Date: Tue Mar 23 22:46:46 2010
New Revision: 926827

URL: http://svn.apache.org/viewvc?rev=926827&view=rev
Log:
Trivial typo fix.

Modified:
    harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java

Modified: harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java?rev=926827&r1=926826&r2=926827&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java (original)
+++ harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java Tue Mar 23 22:46:46 2010
@@ -1508,7 +1508,7 @@ public class ManagementUtils {
 
     /**
      * Convenience method that returns a boolean indication of whether or not
-     * concrete instances of the the supplied interface type
+     * concrete instances of the supplied interface type
      * <code>mxbeanInterface</code> should also be implementors of the
      * interface <code>javax.management.NotificationEmitter</code>.
      *