martinweiler commented on code in PR #3686:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3686#discussion_r1802040405


##########
jbpm/jbpm-flow/src/main/java/org/jbpm/process/core/constants/CalendarConstants.java:
##########
@@ -0,0 +1,6 @@
+package org.jbpm.process.core.constants;
+
+public class CalendarConstants {
+    public static final String BUSINESS_CALENDAR_PATH = "calendar.properties";
+    public static final String BUSINESS_CALENDAR_ENVIRONMENT_KEY = 
"jbpm.business.calendar";

Review Comment:
   Make sure this constant is used across the codebase. Currently there are a 
few classes still using the string literal instead.



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