mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02: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:
parent
1c33727e20
commit
b54b1ea9e4
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue