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/02/12 21:25:03 UTC

svn commit: r909599 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java

Author: hindessm
Date: Fri Feb 12 20:25:02 2010
New Revision: 909599

URL: http://svn.apache.org/viewvc?rev=909599&view=rev
Log:
Fix for duplicate message removed in last commit.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java?rev=909599&r1=909598&r2=909599&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java Fri Feb 12 20:25:02 2010
@@ -432,7 +432,7 @@
                     }
                     if (exception) {
                         throw new SecurityException(Messages
-                                .getString("luni.A2", packageName)); //$NON-NLS-1$
+                                .getString("luni.A1", packageName)); //$NON-NLS-1$
                     }
                 }
             }