mariofusco commented on code in PR #5693:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5693#discussion_r1494105124


##########
kie-internal/src/main/java/org/kie/internal/builder/conf/LanguageLevelOption.java:
##########
@@ -25,7 +25,7 @@
  */
 public enum LanguageLevelOption implements SingleValueRuleBuilderOption {
 
-    DRL5(false), DRL6(false), DRL6_STRICT(true), DRL10(false);
+    DRL5(false), DRL6(false), DRL6_STRICT(true);

Review Comment:
   @tkobayas @yurloc at this point I believe that this option is totally 
obsolete and we can get rid of it. I will open a ticket to do so and start 
working on this when this PR will be merged. Any objection or something that 
I'm missing?



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