Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify DefaultChannelGroup.contains(...) and so remove one instance…
…of check. Motivation: DefaultChannelGroup.contains(...) did one more instanceof check then needed. Modifications: Simplify contains(...) and remove one instanceof check. Result: Simplier and cheaper implementation.
- Loading branch information