Commit 889a80aa by Bryce McKinlay

Forgot this file on last commit.

From-SVN: r41544
parent 28f7d9d0
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment