Comment an attribute

This commit is contained in:
Jesse Vincent 2010-01-09 23:49:25 +00:00
parent 497ca01586
commit 553625b72b
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class MessageList
*/
private String mFolderName;
/* if we're doing a search, this contains the query string */
private String mQueryString;
private MessageListHandler mHandler = new MessageListHandler();