jdk/src/java.base/share/classes/sun/nio/ch/SelectorImpl.java
changeset 32649 2ee9017c7597
parent 29986 97167d851fc4
child 46094 0c23b05caf7d
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   157         }
   157         }
   158     }
   158     }
   159 
   159 
   160     protected abstract void implDereg(SelectionKeyImpl ski) throws IOException;
   160     protected abstract void implDereg(SelectionKeyImpl ski) throws IOException;
   161 
   161 
   162     abstract public Selector wakeup();
   162     public abstract Selector wakeup();
   163 
   163 
   164 }
   164 }