projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f7d9d
)
Forgot this file on last commit.
author
Bryce McKinlay
<bryce@gcc.gnu.org>
Wed, 25 Apr 2001 15:48:05 +0000
(16:48 +0100)
committer
Bryce McKinlay
<bryce@gcc.gnu.org>
Wed, 25 Apr 2001 15:48:05 +0000
(16:48 +0100)
From-SVN: r41544
libjava/java/util/ResourceBundle.java
patch
|
blob
|
history
diff --git
a/libjava/java/util/ResourceBundle.java
b/libjava/java/util/ResourceBundle.java
index ff70ae163e1145815e9132e0d07cf69adc555534..61738c92f34490de58066c75d3c6a1c6ec3b351d 100644
(file)
--- 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
{