Marked timeout field as volatile.

This commit is contained in:
hns 2002-09-04 15:47:10 +00:00
parent 003caed8d7
commit 3713d73580

View file

@ -64,7 +64,7 @@ public final class FesiEvaluator implements ScriptingEngine {
// flag tells us if the current request has timed out
// 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.