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