tkobayas commented on code in PR #6700:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6700#discussion_r3215873319


##########
kie-memory-compiler/src/main/java/org/kie/memorycompiler/JavaConfiguration.java:
##########
@@ -31,7 +31,7 @@
  * The valid values are "ECLIPSE" and "NATIVE" only.
  * 
  * drools.dialect.java.compiler = <ECLIPSE|NATIVE>
- * drools.dialect.java.compiler.lnglevel = <1.5|...|21>
+ * drools.dialect.java.compiler.lnglevel = <17|18|19|20|21>
  * 
  * The default compiler is Eclipse and the default lngLevel is 17.
  * The lngLevel will attempt to autodiscover your system using the 

Review Comment:
   adjusted the javadoc.



##########
drools-mvel/src/main/java/org/drools/mvel/java/JavaForMvelDialectConfiguration.java:
##########
@@ -35,9 +35,9 @@
  * The valid values are "ECLIPSE" and "NATIVE" only.
  * 
  * drools.dialect.java.compiler = <ECLIPSE|NATIVE>
- * drools.dialect.java.compiler.lnglevel = <1.5|1.6>
- * 
- * The default compiler is Eclipse and the default lngLevel is 1.5.
+ * drools.dialect.java.compiler.lnglevel = <17|18|19|20|21>
+ *
+ * The default compiler is Eclipse and the default lngLevel is 17.
  * The lngLevel will attempt to autodiscover your system using the 

Review Comment:
   adjusted the javadoc.



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