1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -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
public String getSubject() throws MessagingException
public String getSubject()
{
return mSubject;
}