Forgot this file on last commit.
authorBryce McKinlay <bryce@gcc.gnu.org>
Wed, 25 Apr 2001 15:48:05 +0000 (16:48 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 25 Apr 2001 15:48:05 +0000 (16:48 +0100)
From-SVN: r41544

libjava/java/util/ResourceBundle.java

index ff70ae163e1145815e9132e0d07cf69adc555534..61738c92f34490de58066c75d3c6a1c6ec3b351d 100644 (file)
@@ -83,9 +83,7 @@ public abstract class ResourceBundle
        {
          try 
            {
-             // This call is wrong by the spec, but it will have to
-             // do until our Class.forName is fixed.
-             rbc = Class.forName(bundleName, loader);
+             rbc = Class.forName(bundleName, true, loader);
              r = null;
              try 
                {