mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 07:10:14 -05:00
Correct Exception text
This commit is contained in:
parent
6ade5da94a
commit
e0b98cac21
@ -1349,7 +1349,7 @@ public class LocalStore extends Store implements Serializable
|
|||||||
{
|
{
|
||||||
if (!(destFolder instanceof LocalFolder))
|
if (!(destFolder instanceof LocalFolder))
|
||||||
{
|
{
|
||||||
throw new MessagingException("copyMessages called with non-LocalFolder");
|
throw new MessagingException("moveMessages called with non-LocalFolder");
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalFolder lDestFolder = (LocalFolder)destFolder;
|
LocalFolder lDestFolder = (LocalFolder)destFolder;
|
||||||
|
Loading…
Reference in New Issue
Block a user