mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +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
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
boolean whileRunning = false;
|
boolean whileRunning = false;
|
||||||
try (ThreadContext.StoredContext ingore = stashContext()){
|
try (ThreadContext.StoredContext ignore = stashContext()){
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
whileRunning = true;
|
whileRunning = true;
|
||||||
in.run();
|
in.run();
|
||||||
@ -504,7 +504,7 @@ public final class ThreadContext implements Closeable, Writeable {
|
|||||||
@Override
|
@Override
|
||||||
protected void doRun() throws Exception {
|
protected void doRun() throws Exception {
|
||||||
boolean whileRunning = false;
|
boolean whileRunning = false;
|
||||||
try (ThreadContext.StoredContext ingore = stashContext()){
|
try (ThreadContext.StoredContext ignore = stashContext()){
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
whileRunning = true;
|
whileRunning = true;
|
||||||
in.doRun();
|
in.doRun();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user