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 rd...@apache.org on 2008/04/13 12:49:07 UTC

svn commit: r647556 - /james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java

Author: rdonkin
Date: Sun Apr 13 03:49:03 2008
New Revision: 647556

URL: http://svn.apache.org/viewvc?rev=647556&view=rev
Log:
Removed unused methods

Modified:
    james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java

Modified: james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java?rev=647556&r1=647555&r2=647556&view=diff
==============================================================================
--- james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java (original)
+++ james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ImapCommand.java Sun Apr 13 03:49:03 2008
@@ -39,25 +39,4 @@
      * @return <code>true</code> if the command is valid in this state.
      */
     boolean validForState( ImapSessionState state );
-
-    /**
-     * Provides the syntax for the command arguments if any. This value is used
-     * to provide user feedback in the case of a malformed request.
-     *
-     * For commands which do not allow any arguments, <code>null</code> should
-     * be returned.
-     *
-     * @return The syntax for the command arguments, or <code>null</code> for
-     *         commands without arguments.
-     */
-    String getArgSyntax();
-    
-    /**
-     * Provides a message which describes the expected format and arguments
-     * for this command. This is used to provide user feedback when a command
-     * request is malformed.
-     *
-     * @return A message describing the command protocol format.
-     */
-    String getExpectedMessage();
 }



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