1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 23:00:09 -05:00

Correct Exception text

This commit is contained in:
Daniel Applebaum 2010-01-09 19:49:54 +00:00
parent 6ade5da94a
commit e0b98cac21

View File

@ -1349,7 +1349,7 @@ public class LocalStore extends Store implements Serializable
{
if (!(destFolder instanceof LocalFolder))
{
throw new MessagingException("copyMessages called with non-LocalFolder");
throw new MessagingException("moveMessages called with non-LocalFolder");
}
LocalFolder lDestFolder = (LocalFolder)destFolder;