You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/01/21 10:45:25 UTC

svn commit: r901621 [6/6] - /hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/

Modified: hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarTreeConstants.java
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarTreeConstants.java?rev=901621&r1=901620&r2=901621&view=diff
==============================================================================
--- hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarTreeConstants.java (original)
+++ hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarTreeConstants.java Thu Jan 21 09:45:20 2010
@@ -1,8 +1,7 @@
 /* Generated By:JavaCC: Do not edit this line. thrift_grammarTreeConstants.java Version 4.1 */
 package org.apache.hadoop.hive.serde2.dynamic_type;
 
-public interface thrift_grammarTreeConstants
-{
+public interface thrift_grammarTreeConstants {
   public int JJTSTART = 0;
   public int JJTHEADERLIST = 1;
   public int JJTHEADER = 2;
@@ -51,55 +50,18 @@
   public int JJTTYPESET = 45;
   public int JJTTYPELIST = 46;
 
-
-  public String[] jjtNodeName = {
-    "Start",
-    "HeaderList",
-    "Header",
-    "Namespace",
-    "Include",
-    "Definition",
-    "TypeDefinition",
-    "Typedef",
-    "CommaOrSemicolon",
-    "Enum",
-    "EnumDefList",
-    "EnumDef",
-    "Senum",
-    "SenumDefList",
-    "SenumDef",
-    "Const",
-    "ConstValue",
-    "ConstList",
-    "ConstListContents",
-    "ConstMap",
-    "ConstMapContents",
-    "Struct",
-    "Xception",
-    "Service",
-    "FlagArgs",
-    "UnflagArgs",
-    "Extends",
-    "Function",
-    "Async",
-    "Throws",
-    "FieldList",
-    "Field",
-    "FieldRequiredness",
-    "FieldValue",
-    "DefinitionType",
-    "FunctionType",
-    "FieldType",
-    "TypeString",
-    "TypeByte",
-    "Typei16",
-    "Typei32",
-    "Typei64",
-    "TypeDouble",
-    "TypeBool",
-    "TypeMap",
-    "TypeSet",
-    "TypeList",
-  };
+  public String[] jjtNodeName = { "Start", "HeaderList", "Header", "Namespace",
+      "Include", "Definition", "TypeDefinition", "Typedef", "CommaOrSemicolon",
+      "Enum", "EnumDefList", "EnumDef", "Senum", "SenumDefList", "SenumDef",
+      "Const", "ConstValue", "ConstList", "ConstListContents", "ConstMap",
+      "ConstMapContents", "Struct", "Xception", "Service", "FlagArgs",
+      "UnflagArgs", "Extends", "Function", "Async", "Throws", "FieldList",
+      "Field", "FieldRequiredness", "FieldValue", "DefinitionType",
+      "FunctionType", "FieldType", "TypeString", "TypeByte", "Typei16",
+      "Typei32", "Typei64", "TypeDouble", "TypeBool", "TypeMap", "TypeSet",
+      "TypeList", };
 }
-/* JavaCC - OriginalChecksum=7edd3e61472739e9fede55c18a336638 (do not edit this line) */
+/*
+ * JavaCC - OriginalChecksum=7edd3e61472739e9fede55c18a336638 (do not edit this
+ * line)
+ */