-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.1
-
Component/s: JPA Mailbox
-
Labels:None
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;