andrewmkhoury commented on code in PR #26:
URL: 
https://github.com/apache/sling-org-apache-sling-event/pull/26#discussion_r1173911475


##########
src/main/java/org/apache/sling/event/impl/jobs/tasks/CleanUpTask.java:
##########
@@ -181,6 +181,11 @@ public void log(String message, Object... args) {
 
                         }
 
+                        @Override
+                        public void setProperty(String name, Object value) {
+

Review Comment:
   All the methods of that JobExecutionContext were empty with no comments.  So 
I addedd a comment at the top of the class explaining why.



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

Reply via email to