refactored method notifications workspace
This commit is contained in:
parent
cd0f65cf35
commit
410f540219
|
@ -205,7 +205,6 @@ public class Notifications {
|
|||
for (int i = 0; i < idsToNotify.length; i++) {
|
||||
String userIdToNotify = idsToNotify[i];
|
||||
deliveryResult = notifyWorkspaceEvent(event, nm, userIdToNotify);
|
||||
|
||||
}
|
||||
}
|
||||
} catch(Exception e){
|
||||
|
|
Loading…
Reference in New Issue