fix IDE error
This commit is contained in:
parent
c438bc1222
commit
2226ae6a8e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue