tkobayas commented on code in PR #5790:
URL:
https://github.com/apache/incubator-kie-drools/pull/5790#discussion_r1527717043
##########
drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/antlr4/Antlr4ParserStringUtils.java:
##########
@@ -23,12 +23,12 @@
import org.antlr.v4.runtime.misc.Interval;
/**
- * Collection of String utilities used by DRLParser.
- * This may be merged in drools-util
+ * Collection of String utilities used by antlr4 DRLParser.
*/
-public class ParserStringUtils {
+public class Antlr4ParserStringUtils {
Review Comment:
Renamed because this PR introduces `ParserStringUtils` which is used by both
antlr3 an antlr4 parsers.
--
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]