Always returns 1. @author srt @version $Id$
210211212213214215216217218219220
return; } try { channel.sendCommand(new VerboseCommand(message, 1)); } catch (Exception e) // NOPMD { // swallow }
195196197198199200201202203204205