1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-17 07:30:16 -05:00

There's no reason the getSubject accessor should throw a

MessagingException on LocalMessage
This commit is contained in:
Jesse Vincent 2010-11-12 22:27:32 +00:00
parent b2e5d7afc5
commit 478bd876ee

View File

@ -4754,7 +4754,7 @@ public class LocalStore extends Store implements Serializable
} }
@Override @Override
public String getSubject() throws MessagingException public String getSubject()
{ {
return mSubject; return mSubject;
} }