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 <[email protected]> Authored: Mon Dec 17 14:23:42 2018 +0700 Committer: Benoit Tellier <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
