mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Delete the useless MapreduceAction interface
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122630519
This commit is contained in:
parent
6f4b059cc9
commit
68b75461db
10 changed files with 9 additions and 42 deletions
|
@ -26,7 +26,6 @@ import com.google.common.collect.ImmutableSet;
|
|||
|
||||
import com.googlecode.objectify.VoidWork;
|
||||
|
||||
import google.registry.mapreduce.MapreduceAction;
|
||||
import google.registry.mapreduce.MapreduceRunner;
|
||||
import google.registry.model.billing.BillingEvent.Flag;
|
||||
import google.registry.model.billing.BillingEvent.Recurring;
|
||||
|
@ -40,7 +39,7 @@ import javax.inject.Inject;
|
|||
|
||||
/** A mapreduce that backfills new {@link Flag#AUTO_RENEW} flag on recurring billing events. */
|
||||
@Action(path = "/_dr/task/backfillAutorenewBillingFlag")
|
||||
public class BackfillAutorenewBillingFlagAction implements MapreduceAction {
|
||||
public class BackfillAutorenewBillingFlagAction implements Runnable {
|
||||
|
||||
private static final FormattingLogger logger = FormattingLogger.getLoggerForCallerClass();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue