Skip to content

Commit

Permalink
[Java] Reduce visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 25, 2024
1 parent c6d4b18 commit 26e2064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Try to fix handling of HashSet for {@link java.nio.channels.Selector} to avoid excessive allocation.
* Assumes single threaded usage.
*/
public class NioSelectedKeySet extends AbstractSet<SelectionKey>
final class NioSelectedKeySet extends AbstractSet<SelectionKey>
{
private static final int INITIAL_CAPACITY = 10;

Expand Down

0 comments on commit 26e2064

Please sign in to comment.