Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Remove the following fields from JPAMailbox, they are not used:
/** The value for the messageCount field */
@Basic(optional=false) private int messageCount = 0;
/** The value for the size field */
@Basic(optional=false) private long size = 0;