Correct Exception text
This commit is contained in:
parent
6ade5da94a
commit
e0b98cac21
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue