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:
mountford 2016-12-16 09:07:43 -08:00 committed by Ben McIlwain
parent 246098d8e8
commit 0afafeff03
11 changed files with 67 additions and 29 deletions

View file

@ -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) {