From 190d02866909f006998a79691e53d07d26bfe40f Mon Sep 17 00:00:00 2001 From: Fiouz Date: Sat, 4 Jun 2011 23:17:47 +0200 Subject: [PATCH] Javadoc fix --- src/com/fsck/k9/activity/MessageList.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index 48206b5c6..4bf499226 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -2630,9 +2630,8 @@ public class MessageList * * @param holders * Never null. - * @param move - * true to check move availability, - * false to check the copy availability + * @param operation + * Never {@code null}. * * @return true if operation is possible */