Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -52,8 +52,8 @@ package java.beans;
|
||||
public abstract class PersistenceDelegate
|
||||
{
|
||||
|
||||
protected void initialize(Class type, Object oldInstance, Object newInstance,
|
||||
Encoder out)
|
||||
protected void initialize(Class<?> type, Object oldInstance,
|
||||
Object newInstance, Encoder out)
|
||||
{
|
||||
if (type != Object.class)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user