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 bt...@apache.org on 2018/12/18 02:11:23 UTC

[5/5] james-project git commit: MAILBOX-362 Fix another JavaDoc error in MailboxManager API

MAILBOX-362 Fix another JavaDoc error in MailboxManager API


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

Branch: refs/heads/master
Commit: bd195b9830c9a0d504a3205b00a08e70d9af46d4
Parents: 083eedb
Author: Benoit Tellier <bt...@linagora.com>
Authored: Mon Dec 17 14:23:42 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Tue Dec 18 09:10:32 2018 +0700

----------------------------------------------------------------------
 .../api/src/main/java/org/apache/james/mailbox/MailboxManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/bd195b98/mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java
----------------------------------------------------------------------
diff --git a/mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java b/mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java
index 569dac4..1aedc86 100644
--- a/mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java
+++ b/mailbox/api/src/main/java/org/apache/james/mailbox/MailboxManager.java
@@ -179,7 +179,7 @@ public interface MailboxManager extends RequestAware, MailboxListenerSupport, Ri
      *             otherwise
      * @throws MailboxExistsException
      *             when the <code>to</code> mailbox exists
-     * @throws MailboxNotFound
+     * @throws MailboxNotFoundException
      *             when the <code>from</code> mailbox does not exist
      */
     void renameMailbox(MailboxPath from, MailboxPath to, MailboxSession session) throws MailboxException;


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