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;