yesamer commented on code in PR #6704: URL: https://github.com/apache/incubator-kie-drools/pull/6704#discussion_r3411938580
########## kie-api/src/main/java/org/kie/api/runtime/KieRuntime.java: ########## @@ -23,6 +23,13 @@ import org.kie.api.runtime.rule.RuleRuntime; import org.kie.api.time.SessionClock; +/** + * KieRuntime provides runtime capabilities for rule and process execution. + * Extends RuntimeSession for common session operations. + * @since 10.1.0 Review Comment: @gitgabrio Removed @since because of same reason of https://github.com/apache/incubator-kie-drools/pull/6704#discussion_r3411825611 -- 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]
