Made scriptingEngine protected again, since it is used by Skin.
This commit is contained in:
parent
36b7ce8221
commit
fb90032ffd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public final class RequestEvaluator implements Runnable {
|
|||
|
||||
public final Application app;
|
||||
|
||||
private ScriptingEngine scriptingEngine;
|
||||
protected ScriptingEngine scriptingEngine;
|
||||
|
||||
public RequestTrans req;
|
||||
public ResponseTrans res;
|
||||
|
|
Loading…
Add table
Reference in a new issue