andrea-patricelli commented on a change in pull request #304:
URL: https://github.com/apache/syncope/pull/304#discussion_r795678079



##########
File path: 
core/rest-cxf/src/main/java/org/apache/syncope/core/rest/cxf/service/TaskServiceImpl.java
##########
@@ -96,11 +96,11 @@ public void update(final TaskType type, final SchedTaskTO 
taskTO) {
     }
 
     @Override
-    public Response purgePropagations(final Date since, final List<ExecStatus> 
statuses) {
+    public Response purgePropagations(final Date since, final List<ExecStatus> 
statuses, final List<String> resources) {
         if (since == null && CollectionUtils.isEmpty(statuses)) {

Review comment:
       Added check




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