mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Localize a variable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156187775
This commit is contained in:
@@ -218,8 +218,6 @@ public final class RdeStagingAction implements Runnable {
|
||||
|
||||
@Inject RdeStagingAction() {}
|
||||
|
||||
private RdeStagingMapper mapper;
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
ImmutableSetMultimap<String, PendingDeposit> pendings =
|
||||
@@ -234,7 +232,7 @@ public final class RdeStagingAction implements Runnable {
|
||||
for (PendingDeposit pending : pendings.values()) {
|
||||
logger.infofmt("%s", pending);
|
||||
}
|
||||
mapper = new RdeStagingMapper(lenient ? LENIENT : STRICT, pendings);
|
||||
RdeStagingMapper mapper = new RdeStagingMapper(lenient ? LENIENT : STRICT, pendings);
|
||||
|
||||
response.sendJavaScriptRedirect(createJobPath(mrRunner
|
||||
.setJobName("Stage escrow deposits for all TLDs")
|
||||
|
||||
Reference in New Issue
Block a user