Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly implement SelectedSelectionKeySet.Iterator remove()
Motivation: We need to implement remove() by ourselves to make it work on Java7 as otherwise it will throw an AbstractMethodError. This is a followup of c1a3354. Modifications: Just implemented remove() Result: Works on Java7 as well.
- Loading branch information