mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
Delete MultiplyingCloudDnsWriter
Now that the large zone re-signing test is complete, we no longer need it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199507075
This commit is contained in:
parent
5d80f124ca
commit
8b263baefa
68 changed files with 138 additions and 143 deletions
|
@ -27,8 +27,8 @@ java_library(
|
|||
"//java/google/registry/request/auth",
|
||||
"//java/google/registry/request/lock",
|
||||
"//java/google/registry/util",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/objectify:objectify-v4_1",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@com_google_auto_value",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_dagger",
|
||||
|
|
|
@ -59,7 +59,6 @@ public abstract class CloudDnsWriterModule {
|
|||
@IntoMap
|
||||
@StringKey(CloudDnsWriter.NAME)
|
||||
abstract DnsWriter provideWriter(CloudDnsWriter writer);
|
||||
|
||||
@Provides
|
||||
@IntoSet
|
||||
@Named("dnsWriterNames")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue