mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Rename Runnable classes from Tasks to Actions
This is cleanup relating to a naming decision that we made awhile ago but never got around to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117244827
This commit is contained in:
@@ -22,7 +22,7 @@ import com.google.domain.registry.request.RequestModule;
|
||||
import com.google.domain.registry.request.RequestScope;
|
||||
import com.google.domain.registry.tools.mapreduce.DeleteProberDataAction;
|
||||
import com.google.domain.registry.tools.mapreduce.ResaveAllEppResourcesAction;
|
||||
import com.google.domain.registry.tools.server.CreateGroupsTask;
|
||||
import com.google.domain.registry.tools.server.CreateGroupsAction;
|
||||
import com.google.domain.registry.tools.server.CreatePremiumListAction;
|
||||
import com.google.domain.registry.tools.server.DeleteEntityAction;
|
||||
import com.google.domain.registry.tools.server.GenerateZoneFilesAction;
|
||||
@@ -52,7 +52,7 @@ import dagger.Subcomponent;
|
||||
})
|
||||
interface ToolsRequestComponent {
|
||||
AnnihilateNonDefaultNamespacesAction annihilateNonDefaultNamespacesAction();
|
||||
CreateGroupsTask createGroupsTask();
|
||||
CreateGroupsAction createGroupsAction();
|
||||
CreatePremiumListAction createPremiumListAction();
|
||||
DeleteEntityAction deleteEntityAction();
|
||||
DeleteProberDataAction deleteProberDataAction();
|
||||
|
||||
Reference in New Issue
Block a user