Start of constant parameter stuff
This commit is contained in:
@@ -54,4 +54,10 @@ public class Integer extends PoolEntry
|
||||
{
|
||||
out.writeInt(value);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getObject()
|
||||
{
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user