From 7c927d57ad2060f48a4131090656d6bddc1db9d0 Mon Sep 17 00:00:00 2001 From: "Ray J. Greenwell" Date: Thu, 5 Apr 2012 15:33:28 -0700 Subject: [PATCH] Remove public'd registerMigration(). It's public in the base class now and I can use the latest depot where I had needed this. --- .../java/com/threerings/user/depot/RewardRepository.java | 6 ------ 1 file changed, 6 deletions(-) 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.