svn commit: r899978 - /mina/trunk/core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java

2010-01-16 Thread elecharny
Author: elecharny Date: Sat Jan 16 15:33:04 2010 New Revision: 899978 URL: http://svn.apache.org/viewvc?rev=899978view=rev Log: o Removed a dead portion of code. There is no way the notified flag can be 'true' in the catch section, when its value is set to true just before the catch. Modified:

svn commit: r900040 - in /mina/trunk/core/src/main/java/org/apache/mina: core/service/IoServiceListenerSupport.java util/DefaultExceptionMonitor.java util/ExceptionMonitor.java

2010-01-16 Thread elecharny
Author: elecharny Date: Sun Jan 17 00:35:15 2010 New Revision: 900040 URL: http://svn.apache.org/viewvc?rev=900040view=rev Log: o Added Javadoc and comments for those three classes o Added some check against NPE and removed useless code Modified: