From 5a015fbbc5913013fb3d47a63e20ebd6b540fb69 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 13 May 2002 17:19:33 +0000 Subject: [PATCH] switched reval field from RequestEvaluator to FesiEvaluator. --- src/FESI/Interpreter/Evaluator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FESI/Interpreter/Evaluator.java b/src/FESI/Interpreter/Evaluator.java index fb1aa27a..21f13952 100644 --- a/src/FESI/Interpreter/Evaluator.java +++ b/src/FESI/Interpreter/Evaluator.java @@ -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");