Made scriptingEngine protected again, since it is used by Skin.

This commit is contained in:
hns 2002-09-27 07:19:07 +00:00
parent 36b7ce8221
commit fb90032ffd

View file

@ -23,7 +23,7 @@ public final class RequestEvaluator implements Runnable {
public final Application app; public final Application app;
private ScriptingEngine scriptingEngine; protected ScriptingEngine scriptingEngine;
public RequestTrans req; public RequestTrans req;
public ResponseTrans res; public ResponseTrans res;