mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Localize a variable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156187775
This commit is contained in:
parent
c9d7e75946
commit
7d5a67f5a2
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue