nmirasch commented on code in PR #2038:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2038#discussion_r1572163138
##########
jobs-service/jobs-service-common/src/main/java/org/kie/kogito/jobs/service/repository/marshaller/JobDetailsMarshaller.java:
##########
@@ -82,6 +82,7 @@ private static class JobDetailsAccessor {
private Map<String, Object> trigger;
private Long executionTimeout;
private String executionTimeoutUnit;
+ private Date created;
Review Comment:
@wmedvede I would named it with this one like something more self-explaining
.. like 'creationDate', creationTime,..
--
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]