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:
Ray J. Greenwell
2012-04-05 15:33:28 -07:00
parent efa397559a
commit 7c927d57ad
@@ -52,12 +52,6 @@ public class RewardRepository extends DepotRepository
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
* <code>description</code>, <code>data</code> and <code>expiration</code> filled in.