dsmiley commented on code in PR #4009:
URL: https://github.com/apache/solr/pull/4009#discussion_r2667026366


##########
gradle/generation/javacc.gradle:
##########
@@ -66,14 +66,14 @@ def commonCleanups = { FileTree generatedFiles ->
       // Add CharStream imports.
       text = text.replaceAll(
           /package (.+)/,
-'''package $1
+          '''package $1
 import javax.annotation.processing.Generated;
 import org.apache.lucene.queryparser.charstream.CharStream;'''.trim())
       text = text.replace(
-              "/** Token Manager. */",
-'''/** Token Manager. */
+          "/** Token Manager. */",
+          '''/** Token Manager. */
 @Generated("JavaCC")'''
-      )
+          )

Review Comment:
   True.  I manually adjusted the closing parenthesis and the formatter didn't 
fight me on it.  So consider this one spot fixed.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to