From 6f982f6951b87150cd38c8b2310ecf9f0ed42231 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 15 Oct 2002 17:52:36 +0000 Subject: [PATCH] Changed skinDepth from public to protected. --- src/helma/framework/core/RequestEvaluator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/RequestEvaluator.java b/src/helma/framework/core/RequestEvaluator.java index 10528386..a9e4c988 100644 --- a/src/helma/framework/core/RequestEvaluator.java +++ b/src/helma/framework/core/RequestEvaluator.java @@ -58,7 +58,7 @@ public final class RequestEvaluator implements Runnable { static final int XMLRPC = 2; // via XML-RPC 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.