Changed skinDepth from public to protected.

This commit is contained in:
hns 2002-10-15 17:52:36 +00:00
parent 063b42744c
commit 6f982f6951

View file

@ -58,7 +58,7 @@ public final class RequestEvaluator implements Runnable {
static final int XMLRPC = 2; // via XML-RPC static final int XMLRPC = 2; // via XML-RPC
static final int INTERNAL = 3; // generic function call, e.g. by scheduler static final int INTERNAL = 3; // generic function call, e.g. by scheduler
public int skinDepth; protected int skinDepth;
/** /**
* Create a new RequestEvaluator for this application. * Create a new RequestEvaluator for this application.