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 ad...@apache.org on 2017/02/07 08:06:56 UTC

[07/10] james-project git commit: JAMES-1874 Remove Javadoc parameters without description in MessageManager

JAMES-1874 Remove Javadoc parameters without description in MessageManager

(as contained in method signature)


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/796f8eb6
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/796f8eb6
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/796f8eb6

Branch: refs/heads/master
Commit: 796f8eb65b6f3a2ebff94c8fa5c0ab1eda84e69a
Parents: a9ff7fa
Author: Benoit Tellier <bt...@linagora.com>
Authored: Fri Feb 3 18:24:25 2017 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Tue Feb 7 08:57:46 2017 +0700

----------------------------------------------------------------------
 .../org/apache/james/mailbox/MessageManager.java    | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/796f8eb6/mailbox/api/src/main/java/org/apache/james/mailbox/MessageManager.java
----------------------------------------------------------------------
diff --git a/mailbox/api/src/main/java/org/apache/james/mailbox/MessageManager.java b/mailbox/api/src/main/java/org/apache/james/mailbox/MessageManager.java
index 572c438..3f87ed4 100644
--- a/mailbox/api/src/main/java/org/apache/james/mailbox/MessageManager.java
+++ b/mailbox/api/src/main/java/org/apache/james/mailbox/MessageManager.java
@@ -54,28 +54,16 @@ public interface MessageManager {
 
     /**
      * Return the count of messages in the mailbox
-     * 
-     * @param mailboxSession
-     * @return count
-     * @throws MailboxException
      */
     long getMessageCount(MailboxSession mailboxSession) throws MailboxException;
 
     /**
      * Return the count of unseen messages in the mailbox
-     *
-     * @param mailboxSession
-     * @return count
-     * @throws MailboxException
      */
     long getUnseenMessageCount(MailboxSession mailboxSession) throws MailboxException;
 
     /**
      * Return if the Mailbox is writable
-     * 
-     * @param session
-     * @return writable
-     * @throws MailboxException
      * @deprecated use
      *             {@link #getMetaData(boolean, MailboxSession, org.apache.james.mailbox.MessageManager.MetaData.FetchGroup)}
      */
@@ -85,9 +73,7 @@ public interface MessageManager {
     /**
      * Return true if {@link MessageResult#getModSeq()} is stored in a permanent
      * way.
-     * 
-     * @param session
-     * @return modSeqPermanent
+     *
      * @deprecated use
      *             {@link #getMetaData(boolean, MailboxSession, org.apache.james.mailbox.MessageManager.MetaData.FetchGroup)}
      */


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