mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Forgot this file on last commit.
From-SVN: r41544
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user