Removed check for global object "user" (which was merged in
again by CVS accidentally).
This commit is contained in:
parent
a26d52ae02
commit
fae1c98f1c
1 changed files with 0 additions and 2 deletions
|
@ -249,8 +249,6 @@ public final class FesiEvaluator {
|
|||
sv = new ESBeanWrapper (new ResponseBean ((ResponseTrans) v), this);
|
||||
} else if ("session".equals (k)) {
|
||||
sv = new ESBeanWrapper (new SessionBean ((Session)v), this);
|
||||
} else if ("user".equals (k)) {
|
||||
sv = getNodeWrapper ((User) v);
|
||||
} else if ("app".equals (k)) {
|
||||
sv = new ESBeanWrapper (new ApplicationBean ((Application)v), this);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue