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


##########
jbpm/jbpm-flow/src/main/resources/calendar.properties:
##########
@@ -0,0 +1,5 @@
+business.end.hour=17

Review Comment:
   try (InputStream is = 
Thread.currentThread().getContextClassLoader().getResourceAsStream("calendar.properties"))
 {
               businessCalendarConfiguration.load(is);
           } 
           
   we are actually reading the properties from calendar.properties, so can we 
do this as loading the default properties for business calendar orelse I'l 
delete it.



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