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

Remove straggling JarKeyring link and sort MOE-added imports

Followups from []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132564245
This commit is contained in:
nickfelt
2016-09-08 09:31:06 -07:00
committed by Ben McIlwain
parent a63921350b
commit e478fd09fb
4 changed files with 8 additions and 8 deletions

View File

@@ -17,8 +17,8 @@ package google.registry.module.frontend;
import dagger.Component;
import google.registry.braintree.BraintreeModule;
import google.registry.config.ConfigModule;
import google.registry.keyring.api.KeyModule;
import google.registry.keyring.api.DummyKeyringModule;
import google.registry.keyring.api.KeyModule;
import google.registry.monitoring.metrics.MetricReporter;
import google.registry.monitoring.whitebox.StackdriverModule;
import google.registry.request.Modules.AppIdentityCredentialModule;
@@ -40,6 +40,7 @@ import javax.inject.Singleton;
BraintreeModule.class,
ConfigModule.class,
ConsoleConfigModule.class,
DummyKeyringModule.class,
FrontendMetricsModule.class,
Jackson2Module.class,
KeyModule.class,
@@ -49,7 +50,6 @@ import javax.inject.Singleton;
UrlFetchTransportModule.class,
UseAppIdentityCredentialForGoogleApisModule.class,
UserServiceModule.class,
DummyKeyringModule.class,
})
interface FrontendComponent {
FrontendRequestComponent startRequest(RequestModule requestModule);