mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 00:19:11 +00:00
rename local loop variable ingore->ignore
This commit is contained in:
parent
83532ac377
commit
57b90cb6ce
@ -444,7 +444,7 @@ public final class ThreadContext implements Closeable, Writeable {
|
||||
@Override
|
||||
public void run() {
|
||||
boolean whileRunning = false;
|
||||
try (ThreadContext.StoredContext ingore = stashContext()){
|
||||
try (ThreadContext.StoredContext ignore = stashContext()){
|
||||
ctx.restore();
|
||||
whileRunning = true;
|
||||
in.run();
|
||||
@ -504,7 +504,7 @@ public final class ThreadContext implements Closeable, Writeable {
|
||||
@Override
|
||||
protected void doRun() throws Exception {
|
||||
boolean whileRunning = false;
|
||||
try (ThreadContext.StoredContext ingore = stashContext()){
|
||||
try (ThreadContext.StoredContext ignore = stashContext()){
|
||||
ctx.restore();
|
||||
whileRunning = true;
|
||||
in.doRun();
|
||||
|
Loading…
x
Reference in New Issue
Block a user