Author: eric
Date: Mon Feb 13 09:46:34 2012
New Revision: 1243455
URL: http://svn.apache.org/viewvc?rev=1243455&view=rev
Log:
Delete commented method, just rely on the super on in ProtocolSession
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=1243455&r1=1243454&r2=1243455&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
Mon Feb 13 09:46:34 2012
@@ -26,13 +26,6 @@ import org.apache.james.protocols.api.ha
public interface IMAPSession extends ProtocolSession{
/**
- * Put a new line handler in the chain
- * @param 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
*/
void popLineHandler();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]