Removed trailing spaces
This commit is contained in:
parent
ef082f0260
commit
a4b8bbdb72
1 changed files with 5 additions and 5 deletions
|
@ -86,27 +86,27 @@ public class MessageProvider extends ContentProvider {
|
|||
* <P>Type: TEXT</P>
|
||||
*/
|
||||
String ACCOUNT = "account";
|
||||
|
||||
|
||||
/**
|
||||
* <P>Type: INTEGER</P>
|
||||
*/
|
||||
String ACCOUNT_NUMBER = "accountNumber";
|
||||
|
||||
|
||||
/**
|
||||
* <P>Type: BOOLEAN</P>
|
||||
*/
|
||||
String HAS_ATTACHMENTS = "hasAttachments";
|
||||
|
||||
|
||||
/**
|
||||
* <P>Type: BOOLEAN</P>
|
||||
*/
|
||||
String HAS_STAR = "hasStar";
|
||||
|
||||
|
||||
/**
|
||||
* <P>Type: INTEGER</P>
|
||||
*/
|
||||
String ACCOUNT_COLOR = "accountColor";
|
||||
|
||||
|
||||
String URI = "uri";
|
||||
String DELETE_URI = "delUri";
|
||||
|
||||
|
|
Loading…
Reference in a new issue