switched reval field from RequestEvaluator to FesiEvaluator.

This commit is contained in:
hns 2002-05-13 17:19:33 +00:00
parent 9bcef4ca11
commit 5a015fbbc5

View file

@ -45,7 +45,7 @@ public class Evaluator {
// used to stop thread, 06.12.99 Hannes Wallnoefer
public volatile Thread thread;
// 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");