mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Fix RDE reducer broken in []
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=230945703
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user