Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -123,7 +123,7 @@ public class gnuValueHolder
|
||||
try
|
||||
{
|
||||
Class helperClass =
|
||||
Class.forName(ObjectCreator.toHelperName(type.id()));
|
||||
ObjectCreator.forName(ObjectCreator.toHelperName(type.id()));
|
||||
|
||||
helper = (BoxedValueHelper) helperClass.newInstance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user