Marked timeout field as volatile.
This commit is contained in:
parent
003caed8d7
commit
3713d73580
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public final class FesiEvaluator implements ScriptingEngine {
|
||||||
|
|
||||||
// flag tells us if the current request has timed out
|
// flag tells us if the current request has timed out
|
||||||
// and exceptions should thus be rethrown as TimeoutExceptions.
|
// and exceptions should thus be rethrown as TimeoutExceptions.
|
||||||
private boolean timeout;
|
private volatile boolean timeout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a FESI evaluator for the given application and request evaluator.
|
* Create a FESI evaluator for the given application and request evaluator.
|
||||||
|
|
Loading…
Add table
Reference in a new issue