Abhitocode commented on code in PR #3686: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3686#discussion_r1792833669
########## jbpm/jbpm-flow/src/main/java/org/jbpm/process/core/timer/BusinessCalendarImpl.java: ########## @@ -35,6 +35,7 @@ import java.util.regex.Matcher; import org.jbpm.util.PatternConstants; +import org.kie.kogito.calendar.BusinessCalendar; Review Comment: the BusinessCalendar is already in the mentioned `org.kie.kogito.calendar` package, did not understand while implementing, could you give more clarity on this. Did you mean to move `BusinessCalendarImpl.java` file to calendar package. @pefernan -- 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]
