Author: mcucchiara
Date: Sat Oct 29 11:04:16 2011
New Revision: 1194868

URL: http://svn.apache.org/viewvc?rev=1194868&view=rev
Log:
OGNL-11: fixed checkstyle errors

Modified:
    
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlParserTreeConstants.java

Modified: 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlParserTreeConstants.java
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlParserTreeConstants.java?rev=1194868&r1=1194867&r2=1194868&view=diff
==============================================================================
--- 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlParserTreeConstants.java
 (original)
+++ 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlParserTreeConstants.java
 Sat Oct 29 11:04:16 2011
@@ -1,5 +1,6 @@
+package org.apache.commons.ognl;
+
 /*
- * $Id$
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,110 +18,113 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-/* Generated By:JavaCC: Do not edit this line. OgnlParserTreeConstants.java 
Version 4.1d1 */
-package org.apache.commons.ognl;
+
+/**
+ * $Id$
+ * Generated By:JavaCC: Do not edit this line. OgnlParserTreeConstants.java 
Version 4.1d1
+ */
 
 public interface OgnlParserTreeConstants
 {
-    public int JJTVOID = 0;
+    int JJTVOID = 0;
 
-    public int JJTSEQUENCE = 1;
+    int JJTSEQUENCE = 1;
 
-    public int JJTASSIGN = 2;
+    int JJTASSIGN = 2;
 
-    public int JJTTEST = 3;
+    int JJTTEST = 3;
 
-    public int JJTOR = 4;
+    int JJTOR = 4;
 
-    public int JJTAND = 5;
+    int JJTAND = 5;
 
-    public int JJTBITOR = 6;
+    int JJTBITOR = 6;
 
-    public int JJTXOR = 7;
+    int JJTXOR = 7;
 
-    public int JJTBITAND = 8;
+    int JJTBITAND = 8;
 
-    public int JJTEQ = 9;
+    int JJTEQ = 9;
 
-    public int JJTNOTEQ = 10;
+    int JJTNOTEQ = 10;
 
-    public int JJTLESS = 11;
+    int JJTLESS = 11;
 
-    public int JJTGREATER = 12;
+    int JJTGREATER = 12;
 
-    public int JJTLESSEQ = 13;
+    int JJTLESSEQ = 13;
 
-    public int JJTGREATEREQ = 14;
+    int JJTGREATEREQ = 14;
 
-    public int JJTIN = 15;
+    int JJTIN = 15;
 
-    public int JJTNOTIN = 16;
+    int JJTNOTIN = 16;
 
-    public int JJTSHIFTLEFT = 17;
+    int JJTSHIFTLEFT = 17;
 
-    public int JJTSHIFTRIGHT = 18;
+    int JJTSHIFTRIGHT = 18;
 
-    public int JJTUNSIGNEDSHIFTRIGHT = 19;
+    int JJTUNSIGNEDSHIFTRIGHT = 19;
 
-    public int JJTADD = 20;
+    int JJTADD = 20;
 
-    public int JJTSUBTRACT = 21;
+    int JJTSUBTRACT = 21;
 
-    public int JJTMULTIPLY = 22;
+    int JJTMULTIPLY = 22;
 
-    public int JJTDIVIDE = 23;
+    int JJTDIVIDE = 23;
 
-    public int JJTREMAINDER = 24;
+    int JJTREMAINDER = 24;
 
-    public int JJTNEGATE = 25;
+    int JJTNEGATE = 25;
 
-    public int JJTBITNEGATE = 26;
+    int JJTBITNEGATE = 26;
 
-    public int JJTNOT = 27;
+    int JJTNOT = 27;
 
-    public int JJTINSTANCEOF = 28;
+    int JJTINSTANCEOF = 28;
 
-    public int JJTCHAIN = 29;
+    int JJTCHAIN = 29;
 
-    public int JJTEVAL = 30;
+    int JJTEVAL = 30;
 
-    public int JJTCONST = 31;
+    int JJTCONST = 31;
 
-    public int JJTTHISVARREF = 32;
+    int JJTTHISVARREF = 32;
 
-    public int JJTROOTVARREF = 33;
+    int JJTROOTVARREF = 33;
 
-    public int JJTVARREF = 34;
+    int JJTVARREF = 34;
 
-    public int JJTLIST = 35;
+    int JJTLIST = 35;
 
-    public int JJTMAP = 36;
+    int JJTMAP = 36;
 
-    public int JJTKEYVALUE = 37;
+    int JJTKEYVALUE = 37;
 
-    public int JJTSTATICFIELD = 38;
+    int JJTSTATICFIELD = 38;
 
-    public int JJTCTOR = 39;
+    int JJTCTOR = 39;
 
-    public int JJTPROPERTY = 40;
+    int JJTPROPERTY = 40;
 
-    public int JJTSTATICMETHOD = 41;
+    int JJTSTATICMETHOD = 41;
 
-    public int JJTMETHOD = 42;
+    int JJTMETHOD = 42;
 
-    public int JJTPROJECT = 43;
+    int JJTPROJECT = 43;
 
-    public int JJTSELECT = 44;
+    int JJTSELECT = 44;
 
-    public int JJTSELECTFIRST = 45;
+    int JJTSELECTFIRST = 45;
 
-    public int JJTSELECTLAST = 46;
+    int JJTSELECTLAST = 46;
 
-    public String[] jjtNodeName =
-        { "void", "Sequence", "Assign", "Test", "Or", "And", "BitOr", "Xor", 
"BitAnd", "Eq", "NotEq", "Less",
-            "Greater", "LessEq", "GreaterEq", "In", "NotIn", "ShiftLeft", 
"ShiftRight", "UnsignedShiftRight", "Add",
-            "Subtract", "Multiply", "Divide", "Remainder", "Negate", 
"BitNegate", "Not", "Instanceof", "Chain", "Eval",
-            "Const", "ThisVarRef", "RootVarRef", "VarRef", "List", "Map", 
"KeyValue", "StaticField", "Ctor",
-            "Property", "StaticMethod", "Method", "Project", "Select", 
"SelectFirst", "SelectLast", };
+    String[] jjtNodeName =
+        { "void", "Sequence", "Assign", "Test", "Or", "And", "BitOr", "Xor", 
"BitAnd", "Eq", "NotEq", "Less", "Greater",
+            "LessEq", "GreaterEq", "In", "NotIn", "ShiftLeft", "ShiftRight", 
"UnsignedShiftRight", "Add", "Subtract",
+            "Multiply", "Divide", "Remainder", "Negate", "BitNegate", "Not", 
"Instanceof", "Chain", "Eval", "Const",
+            "ThisVarRef", "RootVarRef", "VarRef", "List", "Map", "KeyValue", 
"StaticField", "Ctor", "Property",
+            "StaticMethod", "Method", "Project", "Select", "SelectFirst", 
"SelectLast", };
 }
 /* JavaCC - OriginalChecksum=effe3edc2df093c4b217c61a43612af5 (do not edit 
this line) */


Reply via email to