diff --git a/src/main/java/com/threerings/user/depot/RewardRepository.java b/src/main/java/com/threerings/user/depot/RewardRepository.java index c487fa7..fe20770 100644 --- a/src/main/java/com/threerings/user/depot/RewardRepository.java +++ b/src/main/java/com/threerings/user/depot/RewardRepository.java @@ -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. info should have the * description, data and expiration filled in.