INT-2641: fix JavaDoc warnings

JIRA: https://jira.springsource.org/browse/INT-2641
This commit is contained in:
Artem Bilan
2012-06-29 14:18:44 +03:00
committed by Gary Russell
parent ba9060057a
commit dce4e8ec01
5 changed files with 5 additions and 5 deletions

View File

@@ -344,7 +344,7 @@ public abstract class AbstractMailReceiver extends IntegrationObjectSupport impl
/**
* Delete and expunge messages after success.
* @param folder
* @param context
*/
public void closeContextAfterSuccess(MailReceiverContext context) {
Assert.notNull(context, "Mail Reader Context cannot be null");