Remove public'd registerMigration().
It's public in the base class now and I can use the latest depot where I had needed this.
This commit is contained in:
@@ -52,12 +52,6 @@ public class RewardRepository extends DepotRepository
|
|||||||
super(new PersistenceContext(OOOUserRepository.USER_REPOSITORY_IDENT, provider, null));
|
super(new PersistenceContext(OOOUserRepository.USER_REPOSITORY_IDENT, provider, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override // TEMP: just make it public
|
|
||||||
public void registerMigration (com.samskivert.depot.DataMigration mig)
|
|
||||||
{
|
|
||||||
super.registerMigration(mig);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new RewardInfo record in the database. <code>info</code> should have the
|
* Creates a new RewardInfo record in the database. <code>info</code> should have the
|
||||||
* <code>description</code>, <code>data</code> and <code>expiration</code> filled in.
|
* <code>description</code>, <code>data</code> and <code>expiration</code> filled in.
|
||||||
|
|||||||
Reference in New Issue
Block a user