lhein commented on code in PR #13312:
URL: https://github.com/apache/camel/pull/13312#discussion_r1503673766


##########
components/camel-sql/src/generated/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserConstants.java:
##########
@@ -1,67 +1,67 @@
-/* Generated By:JavaCC: Do not edit this line. SSPTParserConstants.java */
-package org.apache.camel.component.sql.stored.template.generated;
-
-
-/**
- * Token literal values and constants.
- * Generated by org.javacc.parser.OtherFilesGen#start()
- */
-public interface SSPTParserConstants {
-
-  /** End of File. */
-  int EOF = 0;
-  /** RegularExpression Id. */
-  int SCALE = 4;
-  /** RegularExpression Id. */
-  int NUMBER = 5;
-  /** RegularExpression Id. */
-  int DIGIT = 6;
-  /** RegularExpression Id. */
-  int LETTER = 7;
-  /** RegularExpression Id. */
-  int SPECIAL = 8;
-  /** RegularExpression Id. */
-  int WHITESPACE = 9;
-  /** RegularExpression Id. */
-  int COMMA = 10;
-  /** RegularExpression Id. */
-  int SEPARATOR = 11;
-  /** RegularExpression Id. */
-  int PROCEDURE_BEGIN = 12;
-  /** RegularExpression Id. */
-  int PROCEDURE_END = 13;
-  /** RegularExpression Id. */
-  int SIMPLE_EXP_TOKEN = 14;
-  /** RegularExpression Id. */
-  int PARAMETER_POS_TOKEN = 15;
-  /** RegularExpression Id. */
-  int PARAMETER_NAME = 16;
-  /** RegularExpression Id. */
-  int IDENTIFIER = 17;
-
-  /** Lexical state. */
-  int DEFAULT = 0;
-
-  /** Literal token values. */
-  String[] tokenImage = {
-    "<EOF>",
-    "\" \"",
-    "\"OUT \"",
-    "\"INOUT \"",
-    "<SCALE>",
-    "<NUMBER>",
-    "<DIGIT>",
-    "<LETTER>",
-    "<SPECIAL>",
-    "<WHITESPACE>",
-    "\",\"",
-    "<SEPARATOR>",
-    "<PROCEDURE_BEGIN>",
-    "<PROCEDURE_END>",
-    "<SIMPLE_EXP_TOKEN>",
-    "<PARAMETER_POS_TOKEN>",
-    "<PARAMETER_NAME>",
-    "<IDENTIFIER>",
-  };
-
-}
+/* Generated By:JavaCC: Do not edit this line. SSPTParserConstants.java */

Review Comment:
   What changed in that file? Maybe a code formatting thing?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to