From: Bryce McKinlay Date: Wed, 25 Apr 2001 15:48:05 +0000 (+0100) Subject: Forgot this file on last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=889a80aa959ca3edffb1d39f9472787058f89989;p=gcc.git Forgot this file on last commit. From-SVN: r41544 --- diff --git a/libjava/java/util/ResourceBundle.java b/libjava/java/util/ResourceBundle.java index ff70ae163e1..61738c92f34 100644 --- a/libjava/java/util/ResourceBundle.java +++ b/libjava/java/util/ResourceBundle.java @@ -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 {