mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 05:38:03 -05:00
Remove unused constructor
This commit is contained in:
parent
af36129449
commit
9275bb2943
@ -22,18 +22,6 @@ public class MessageReference implements Parcelable {
|
||||
protected final String uid;
|
||||
protected final Flag flag;
|
||||
|
||||
/**
|
||||
* @deprecated MessageReference should be immutable now, and this way, it won't be possible to modify it anymore
|
||||
*
|
||||
* Initialize an empty MessageReference.
|
||||
*/
|
||||
@Deprecated
|
||||
public MessageReference() {
|
||||
this.accountUuid = null;
|
||||
this.folderName = null;
|
||||
this.uid = null;
|
||||
this.flag = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize a new MessageReference.
|
||||
|
Loading…
Reference in New Issue
Block a user