Changed skinDepth from public to protected.
This commit is contained in:
parent
063b42744c
commit
6f982f6951
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue