mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Move VerifyEntityIntegrityAction to batch package
By moving []s into the batch package, which is not included in the frontend service, we pave the way to remove the dependency of frontend on the [] library. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142265351
This commit is contained in:
@@ -45,13 +45,6 @@ public class WhiteboxModule {
|
||||
return EppMetric.SCHEMA_FIELDS;
|
||||
}
|
||||
|
||||
@Provides
|
||||
@IntoMap
|
||||
@StringKey(EntityIntegrityAlertsSchema.TABLE_ID)
|
||||
static ImmutableList<TableFieldSchema> provideEntityIntegrityAlertsSchema() {
|
||||
return EntityIntegrityAlertsSchema.SCHEMA_FIELDS;
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter("tableId")
|
||||
static String provideTableId(HttpServletRequest req) {
|
||||
|
||||
Reference in New Issue
Block a user