examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/el/parser/AstEmpty.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    26 import org.apache.el.lang.EvaluationContext;
    26 import org.apache.el.lang.EvaluationContext;
    27 
    27 
    28 
    28 
    29 /**
    29 /**
    30  * @author Jacob Hookom [jacob@hookom.net]
    30  * @author Jacob Hookom [jacob@hookom.net]
    31  * @version $Id: AstEmpty.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    31  * @version $Id: AstEmpty.java,v 1.5 2015-03-20 12:08:07 vrany Exp $
    32  */
    32  */
    33 public final class AstEmpty extends SimpleNode {
    33 public final class AstEmpty extends SimpleNode {
    34     public AstEmpty(int id) {
    34     public AstEmpty(int id) {
    35         super(id);
    35         super(id);
    36     }
    36     }