You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2008/04/14 08:07:42 UTC

svn commit: r647668 - /mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java

Author: trustin
Date: Sun Apr 13 23:07:39 2008
New Revision: 647668

URL: http://svn.apache.org/viewvc?rev=647668&view=rev
Log:
Typo

Modified:
    mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java?rev=647668&r1=647667&r2=647668&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/executor/IoEventQueueHandler.java Sun Apr 13 23:07:39 2008
@@ -25,9 +25,9 @@
 import org.apache.mina.common.IoEvent;
 
 /**
- * Listenes and filters all event queue operations occurring in
+ * Listens and filters all event queue operations occurring in
  * {@link OrderedThreadPoolExecutor} and {@link UnorderedThreadPoolExecutor}.
- * 
+ *
  * @author The Apache MINA Project (dev@mina.apache.org)
  * @version $Rev$, $Date$
  */
@@ -38,13 +38,13 @@
      * if <tt>false</tt> is returned.
      */
     boolean accept(ThreadPoolExecutor executor, IoEvent event);
-    
+
     /**
      * Invoked after the specified <tt>event</tt> has been offered to the
      * event queue.
      */
     void offered(ThreadPoolExecutor executor, IoEvent event);
-    
+
     /**
      * Invoked after the specified <tt>event</tt> has been polled from the
      * event queue.