Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the return type of SelectionAction.getSelectedObjects()
- The return type cannot be changed from List<Object> to List<?> without breaking client calling or override this protected method. #617
- Loading branch information