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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to