src/share/classes/sun/nio/ch/SelectorImpl.java

Print this page

        

*** 34,44 **** /** * Base Selector implementation class. */ ! abstract class SelectorImpl extends AbstractSelector { // The set of keys with data ready for an operation protected Set<SelectionKey> selectedKeys; --- 34,44 ---- /** * Base Selector implementation class. */ ! public abstract class SelectorImpl extends AbstractSelector { // The set of keys with data ready for an operation protected Set<SelectionKey> selectedKeys;
*** 116,126 **** } } protected abstract void implClose() throws IOException; ! void putEventOps(SelectionKeyImpl sk, int ops) { } protected final SelectionKey register(AbstractSelectableChannel ch, int ops, Object attachment) { --- 116,126 ---- } } protected abstract void implClose() throws IOException; ! public void putEventOps(SelectionKeyImpl sk, int ops) { } protected final SelectionKey register(AbstractSelectableChannel ch, int ops, Object attachment) {