From e618c5c8a245127ad729f99ebbe9af9b181ada86 Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 15 May 2002 17:17:04 +0000 Subject: [PATCH] updated comment which was from 1998 or something like that --- src/helma/framework/core/RequestEvaluator.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/helma/framework/core/RequestEvaluator.java b/src/helma/framework/core/RequestEvaluator.java index ebc6c631..96ce003c 100644 --- a/src/helma/framework/core/RequestEvaluator.java +++ b/src/helma/framework/core/RequestEvaluator.java @@ -59,9 +59,7 @@ public class RequestEvaluator implements Runnable { /** - * Build a RenderContext from a RequestTrans. Checks if the path is the user home node ("user") - * or a subnode of it. Otherwise, the data root of the site is used. Two arrays are built, one - * that contains the data nodes, and anotherone with the corresponding Prototypes or Prototype.Parts. + * Create a new RequestEvaluator for this application. */ public RequestEvaluator (Application app) { this.app = app;