You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ge...@apache.org on 2002/06/07 05:03:51 UTC

cvs commit: jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser Parser.jj Parser.jjt

geirm       2002/06/06 20:03:51

  Modified:    jexl/src/java/org/apache/commons/jexl/parser Parser.jj
                        Parser.jjt
  Log:
  cleanup
  
  Revision  Changes    Path
  1.4       +1 -3      jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/Parser.jj
  
  Index: Parser.jj
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/Parser.jj,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parser.jj	7 Jun 2002 03:02:55 -0000	1.3
  +++ Parser.jj	7 Jun 2002 03:03:51 -0000	1.4
  @@ -57,7 +57,7 @@
    *  Jexl : Java Expression Language
    *
    *  @author <a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
  - *  @version $Id: Parser.jj,v 1.3 2002/06/07 03:02:55 geirm Exp $
  + *  @version $Id: Parser.jj,v 1.4 2002/06/07 03:03:51 geirm Exp $
    */
   
   options
  @@ -1756,8 +1756,6 @@
   
   TOKEN :
   {
  -//    <STRING_LITERAL: ( "\"" ( ~["\"","\n","\r"] )* "\"" ) >
  -
       <STRING_LITERAL :
           ("\"" ( ~["\"","\n","\r"] )* "\"" )
        |
  
  
  
  1.4       +1 -3      jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/Parser.jjt
  
  Index: Parser.jjt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/Parser.jjt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parser.jjt	7 Jun 2002 03:02:55 -0000	1.3
  +++ Parser.jjt	7 Jun 2002 03:03:51 -0000	1.4
  @@ -56,7 +56,7 @@
    *  Jexl : Java Expression Language
    *
    *  @author <a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
  - *  @version $Id: Parser.jjt,v 1.3 2002/06/07 03:02:55 geirm Exp $
  + *  @version $Id: Parser.jjt,v 1.4 2002/06/07 03:03:51 geirm Exp $
    */
   
   options
  @@ -471,8 +471,6 @@
   
   TOKEN :
   {
  -//    <STRING_LITERAL: ( "\"" ( ~["\"","\n","\r"] )* "\"" ) >
  -
       <STRING_LITERAL :
           ("\"" ( ~["\"","\n","\r"] )* "\"" )
        |
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>