mirror of
https://github.com/google/nomulus
synced 2026-08-18 21:26:16 +00:00
Delete the useless MapreduceAction interface
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122630519
This commit is contained in:
committed by
Justine Tunney
parent
6f4b059cc9
commit
68b75461db
@@ -23,7 +23,6 @@ import com.google.common.collect.ImmutableList;
|
||||
|
||||
import com.googlecode.objectify.VoidWork;
|
||||
|
||||
import google.registry.mapreduce.MapreduceAction;
|
||||
import google.registry.mapreduce.MapreduceRunner;
|
||||
import google.registry.model.EppResource;
|
||||
import google.registry.request.Action;
|
||||
@@ -39,7 +38,7 @@ import javax.inject.Inject;
|
||||
* commit logs (for backup purposes).
|
||||
*/
|
||||
@Action(path = "/_dr/task/resaveAllEppResources")
|
||||
public class ResaveAllEppResourcesAction implements MapreduceAction {
|
||||
public class ResaveAllEppResourcesAction implements Runnable {
|
||||
|
||||
@Inject MapreduceRunner mrRunner;
|
||||
@Inject Response response;
|
||||
|
||||
Reference in New Issue
Block a user