getObject on String should really just return the string
This commit is contained in:
@@ -21,6 +21,6 @@ public class String extends PoolEntry
|
||||
@Override
|
||||
public Object getObject()
|
||||
{
|
||||
return stringIndex;
|
||||
return this.getPool().getEntry(stringIndex).getObject();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user