diff --git a/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java b/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java index 560e67ae..65d8bce3 100644 --- a/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java +++ b/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java @@ -335,7 +335,8 @@ public class SortService for (Notification notification : notifications) { if (notification.getEventType() == Notification.ADD || notification.getEventType() == Notification.MOVE - || notification.getEventType() == Notification.REMOVE) + || notification.getEventType() == Notification.REMOVE + || notification.getEventType() == Notification.REMOVE_MANY) { Object notifier = notification.getNotifier(); Object value = notification.getNewValue();