You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/12 10:53:29 UTC

svn commit: r1243222 - /james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java

Author: eric
Date: Sun Feb 12 09:53:29 2012
New Revision: 1243222

URL: http://svn.apache.org/viewvc?rev=1243222&view=rev
Log:
Temp comment ? Name clash: The method pushLineHandler(LineHandler<IMAPSession>) of type IMAPSession has the same erasure as pushLineHandler(LineHandler<T>) of type ProtocolSession but does not override it

Modified:
    james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java

Modified: james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java
URL: http://svn.apache.org/viewvc/james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java?rev=1243222&r1=1243221&r2=1243222&view=diff
==============================================================================
--- james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java (original)
+++ james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/IMAPSession.java Sun Feb 12 09:53:29 2012
@@ -29,7 +29,8 @@ public interface IMAPSession extends Pro
      * Put a new line handler in the chain
      * @param overrideCommandHandler
      */
-    void pushLineHandler(LineHandler<IMAPSession> overrideCommandHandler);
+    // TODO uncomment? Name clash: The method pushLineHandler(LineHandler<IMAPSession>) of type IMAPSession has the same erasure as pushLineHandler(LineHandler<T>) of type ProtocolSession but does not override it
+//    void pushLineHandler(LineHandler<IMAPSession> overrideCommandHandler);
     
     /**
      * Pop the last command handler 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org