Fix RDE reducer broken in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230945703
This commit is contained in:
guyben 2019-01-25 12:11:40 -08:00 committed by Ben McIlwain
parent 4213e9246c
commit 5a8760570c

View file

@ -240,15 +240,14 @@ public final class RdeStagingReducer extends Reducer<PendingDeposit, DepositFrag
/** Injectible factory for creating {@link RdeStagingReducer}. */
static class Factory {
TaskQueueUtils taskQueueUtils;
LockHandler lockHandler;
@Config("gcsBufferSize") int gcsBufferSize;
@Config("rdeBucket") String bucket;
@Config("rdeStagingLockTimeout") Duration lockTimeout;
@KeyModule.Key("rdeStagingEncryptionKey") byte[] stagingKeyBytes;
@Inject TaskQueueUtils taskQueueUtils;
@Inject LockHandler lockHandler;
@Inject @Config("gcsBufferSize") int gcsBufferSize;
@Inject @Config("rdeBucket") String bucket;
@Inject @Config("rdeStagingLockTimeout") Duration lockTimeout;
@Inject @KeyModule.Key("rdeStagingEncryptionKey") byte[] stagingKeyBytes;
@Inject
Factory() {}
@Inject Factory() {}
RdeStagingReducer create(ValidationMode validationMode) {
return new RdeStagingReducer(