1
0
mirror of https://github.com/google/nomulus synced 2026-01-11 00:10:36 +00:00

Use shorter includes on DNS writer packages

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213320963
This commit is contained in:
mcilwain
2018-09-17 12:49:35 -07:00
committed by Ben McIlwain
parent 1c33727e20
commit b54b1ea9e4

View File

@@ -20,6 +20,7 @@ import dagger.Lazy;
import google.registry.bigquery.BigqueryModule;
import google.registry.config.CredentialModule;
import google.registry.config.RegistryConfig.ConfigModule;
import google.registry.dns.writer.VoidDnsWriterModule;
import google.registry.export.DriveModule;
import google.registry.export.sheet.SheetsServiceModule;
import google.registry.gcs.GcsServiceModule;
@@ -78,7 +79,7 @@ import javax.inject.Singleton;
UrlFetchTransportModule.class,
UseAppIdentityCredentialForGoogleApisModule.class,
UserServiceModule.class,
google.registry.dns.writer.VoidDnsWriterModule.class,
VoidDnsWriterModule.class,
})
interface BackendComponent {
BackendRequestHandler requestHandler();