You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2008/12/01 22:48:53 UTC

svn commit: r722248 - /incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java

Author: sccomer
Date: Mon Dec  1 13:48:53 2008
New Revision: 722248

URL: http://svn.apache.org/viewvc?rev=722248&view=rev
Log:
improved the comment.

Modified:
    incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java

Modified: incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java?rev=722248&r1=722247&r2=722248&view=diff
==============================================================================
--- incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java (original)
+++ incubator/etch/trunk/util/src/main/java/etch/util/core/io/SessionListener.java Mon Dec  1 13:48:53 2008
@@ -18,7 +18,7 @@
 package etch.util.core.io;
 
 /**
- * Interface used to deliver sockets to the session from the listener.
+ * Interface used to deliver new connections to the session from the listener.
  * @param <T> the type of the connection for the session.
  */
 public interface SessionListener<T> extends Session