Skip to content

Commit be0e763

Browse files
committed
Delete RemoveAllDomainContactsAction
We no longer need this now that all domain contacts have been successfully removed in sandbox and production, and additionally, we are removing all contacts entirely soon enough.
1 parent 847ef12 commit be0e763

File tree

6 files changed

+0
-373
lines changed

6 files changed

+0
-373
lines changed

core/src/main/java/google/registry/batch/RemoveAllDomainContactsAction.java

Lines changed: 0 additions & 246 deletions
This file was deleted.

core/src/main/java/google/registry/module/RequestComponent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import google.registry.batch.DeleteProberDataAction;
2424
import google.registry.batch.ExpandBillingRecurrencesAction;
2525
import google.registry.batch.RelockDomainAction;
26-
import google.registry.batch.RemoveAllDomainContactsAction;
2726
import google.registry.batch.ResaveAllEppResourcesPipelineAction;
2827
import google.registry.batch.ResaveEntityAction;
2928
import google.registry.batch.SendExpiringCertificateNotificationEmailAction;
@@ -267,8 +266,6 @@ interface RequestComponent {
267266

268267
ReadinessProbeActionFrontend readinessProbeActionFrontend();
269268

270-
RemoveAllDomainContactsAction removeAllDomainContactsAction();
271-
272269
RdapAutnumAction rdapAutnumAction();
273270

274271
RdapDomainAction rdapDomainAction();

core/src/main/java/google/registry/module/backend/BackendRequestComponent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import google.registry.batch.DeleteProberDataAction;
2424
import google.registry.batch.ExpandBillingRecurrencesAction;
2525
import google.registry.batch.RelockDomainAction;
26-
import google.registry.batch.RemoveAllDomainContactsAction;
2726
import google.registry.batch.ResaveAllEppResourcesPipelineAction;
2827
import google.registry.batch.ResaveEntityAction;
2928
import google.registry.batch.SendExpiringCertificateNotificationEmailAction;
@@ -154,8 +153,6 @@ public interface BackendRequestComponent {
154153

155154
RelockDomainAction relockDomainAction();
156155

157-
RemoveAllDomainContactsAction removeAllDomainContactsAction();
158-
159156
ResaveAllEppResourcesPipelineAction resaveAllEppResourcesPipelineAction();
160157

161158
ResaveEntityAction resaveEntityAction();

0 commit comments

Comments
 (0)