webwork/src/main/webwork/expr Parser.jj,1.16,1.17

[email protected] Sun, 26 May 2002 01:49:32 -0700
Newsgroups gmane.comp.java.webwork.cvs
Message-ID <[email protected]>
Update of /cvsroot/webwork/webwork/src/main/webwork/expr
In directory usw-pr-cvs1:/tmp/cvs-serv20716

Modified Files:
	Parser.jj 
Log Message:
updated for abstraction of value stack change

Index: Parser.jj
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/expr/Parser.jj,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Parser.jj	26 Apr 2002 19:31:14 -0000	1.16
+++ Parser.jj	26 May 2002 08:49:27 -0000	1.17
@@ -51,7 +51,7 @@
 import javax.servlet.jsp.PageContext;
 
 import org.apache.log4j.Category;
-import webwork.util.ValueStack;
+import webwork.util.AbstractValueStack;
 
 /**
  *   The WebWork Expression language Parser and Interpreter.
@@ -62,7 +62,7 @@
 {
 
    // Attributes ----------------------------------------------------
-   private ValueStack valueStack;
+   private AbstractValueStack valueStack;
    private int nestDepth = 0;
    protected static Category log = Category.getInstance(Parser.class);
 
@@ -71,7 +71,7 @@
     *
     * @param   request
     */
-   public void setValueStack(ValueStack valueStack)
+   public void setValueStack(AbstractValueStack valueStack)
    {
       this.valueStack = valueStack;
    }



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm