fix IDE error

This commit is contained in:
Art O Cathain 2014-09-28 12:48:46 +01:00
parent c438bc1222
commit 2226ae6a8e

View file

@ -100,7 +100,7 @@ public class LocalStore extends Store implements Serializable {
/**
* Maximum number of messages to perform flag updates on at once.
*
* @see #setFlag(List, Flag, boolean, boolean)
* @see #setFlag(List, Flag, boolean)
*/
private static final int FLAG_UPDATE_BATCH_SIZE = 500;