Forgot this file on last commit.
From-SVN: r41544
This commit is contained in:
parent
28f7d9d05a
commit
889a80aa95
1 changed files with 1 additions and 3 deletions
|
@ -83,9 +83,7 @@ public abstract class ResourceBundle
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// This call is wrong by the spec, but it will have to
|
rbc = Class.forName(bundleName, true, loader);
|
||||||
// do until our Class.forName is fixed.
|
|
||||||
rbc = Class.forName(bundleName, loader);
|
|
||||||
r = null;
|
r = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue