217218219220221222223224225226227
resolved, index, false); notifications.add(createNotification(Notification.RESOLVE, oldObject, entry, index, false)); notifications.dispatch(); } return resolved; }
186187188189190191192193194195196