switched reval field from RequestEvaluator to FesiEvaluator.
This commit is contained in:
parent
9bcef4ca11
commit
5a015fbbc5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class Evaluator {
|
||||||
// used to stop thread, 06.12.99 Hannes Wallnoefer
|
// used to stop thread, 06.12.99 Hannes Wallnoefer
|
||||||
public volatile Thread thread;
|
public volatile Thread thread;
|
||||||
// used to retrieve wrappers with correct Prototype for path elements in ESLoader
|
// used to retrieve wrappers with correct Prototype for path elements in ESLoader
|
||||||
public helma.framework.core.RequestEvaluator reval;
|
public helma.scripting.fesi.FesiEvaluator reval;
|
||||||
|
|
||||||
private static String eol = System.getProperty("line.separator", "\n");
|
private static String eol = System.getProperty("line.separator", "\n");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue