Author: sebb Date: Thu Aug 13 12:31:02 2009 New Revision: 803863 URL: http://svn.apache.org/viewvc?rev=803863&view=rev Log: Remove unused commented line (same as existing line) Whitespace
Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/Parser.jjt Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/Parser.jjt URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/Parser.jjt?rev=803863&r1=803862&r2=803863&view=diff ============================================================================== --- commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/Parser.jjt (original) +++ commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/Parser.jjt Thu Aug 13 12:31:02 2009 @@ -459,7 +459,6 @@ void Constructor() # ConstructorNode() : {} { - "new" "("[ Parameter() ( "," Parameter() )* ] ")" } @@ -479,9 +478,7 @@ (LOOKAHEAD(2) "." ( LOOKAHEAD(Identifier() "[" ( Expression() | IntegerLiteral() | Reference()) "]") ArrayAccess() | -// (LOOKAHEAD(3) AnyMethod() | Identifier() | IntegerLiteral() ) (LOOKAHEAD(3) AnyMethod() | Identifier() | IntegerLiteral() ) - ) )* }