updated comment which was from 1998 or something like that
This commit is contained in:
parent
b457ca8a88
commit
e618c5c8a2
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
* Create a new RequestEvaluator for this application.
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
public RequestEvaluator (Application app) {
|
public RequestEvaluator (Application app) {
|
||||||
this.app = app;
|
this.app = app;
|
||||||
|
|
Loading…
Add table
Reference in a new issue