From 1fae914efbb8413aa4bf96ef8692dfc015bbce4f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 25 Dec 2010 00:26:59 +0000 Subject: [PATCH] tiny doc update from achen.code --- src/com/fsck/k9/activity/MessageCompose.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/MessageCompose.java b/src/com/fsck/k9/activity/MessageCompose.java index f1676615e..01c49caea 100644 --- a/src/com/fsck/k9/activity/MessageCompose.java +++ b/src/com/fsck/k9/activity/MessageCompose.java @@ -1670,7 +1670,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc /** * Pull out the parts of the now loaded source message and apply them to the new message * depending on the type of message being composed. - * @param message + * @param message Source message */ private void processSourceMessage(Message message) {