geirm       01/06/11 20:18:23

  Modified:    src/java/org/apache/velocity/runtime/parser Parser.java
                        Parser.jj
  Log:
  Parser.jjt followers
  
  Revision  Changes    Path
  1.61      +1 -10     
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.java
  
  Index: Parser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- Parser.java       2001/05/30 05:55:22     1.60
  +++ Parser.java       2001/06/12 03:18:22     1.61
  @@ -21,7 +21,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - * @version $Id: Parser.java,v 1.60 2001/05/30 05:55:22 geirm Exp $ 
  + * @version $Id: Parser.java,v 1.61 2001/06/12 03:18:22 geirm Exp $ 
   */
   public class Parser/*@bgen(jjtree)*/implements ParserTreeConstants, ParserConstants 
{/*@bgen(jjtree)*/
     protected JJTParserState jjtree = new JJTParserState();/**
  @@ -74,15 +74,6 @@
           SimpleNode sn = null;
   
           currentTemplateName = templateName;
  -
  -        /*
  -         *  clearing the VM namespace for this template
  -         *  the VM factory / manager will determine if this 
  -         *  is appropose, but I think this is the place to indicate
  -         *  that it should be done.
  -         */
  -
  -        Runtime.dumpVMNamespace( currentTemplateName );
   
           try
           {
  
  
  
  1.59      +1 -10     
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jj
  
  Index: Parser.jj
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jj,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- Parser.jj 2001/05/30 05:55:22     1.58
  +++ Parser.jj 2001/06/12 03:18:22     1.59
  @@ -112,7 +112,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - * @version $Id: Parser.jj,v 1.58 2001/05/30 05:55:22 geirm Exp $ 
  + * @version $Id: Parser.jj,v 1.59 2001/06/12 03:18:22 geirm Exp $ 
   */
   public class Parser/*@bgen(jjtree)*/implements ParserTreeConstants/*@egen*/
   {/*@bgen(jjtree)*/
  @@ -169,15 +169,6 @@
           SimpleNode sn = null;
           
           currentTemplateName = templateName;
  -
  -        /*
  -         *  clearing the VM namespace for this template
  -         *  the VM factory / manager will determine if this 
  -         *  is appropose, but I think this is the place to indicate
  -         *  that it should be done.
  -         */
  -
  -        Runtime.dumpVMNamespace( currentTemplateName );
   
           try
           {
  
  
  

Reply via email to