< prev index next >

src/java.base/share/classes/java/nio/channels/SelectableChannel.java

Print this page
rev 48757 : [mq]: nio-cleanup

@@ -119,11 +119,11 @@
 
     // Internal state:
     //   keySet, may be empty but is never null, typ. a tiny array
     //   boolean isRegistered, protected by key set
     //   regLock, lock object to prevent duplicate registrations
-    //   boolean isBlocking, protected by regLock
+    //   blocking mode, protected by regLock
 
     /**
      * Tells whether or not this channel is currently registered with any
      * selectors.  A newly-created channel is not registered.
      *
< prev index next >