246247248249250251252253254255256
VirtualChannelSelectorImpl sel = entry.getKey(); ArrayList<AbstractSelectableChannel> channels = entry.getValue(); if( channels.contains( channel ) ) { sel.resumeSelects( channel ); return; } } Debug.out( "resumeSelects():: channel not found!" );