Cleanup JPAMailbox
------------------

                 Key: IMAP-172
                 URL: https://issues.apache.org/jira/browse/IMAP-172
             Project: JAMES Imap
          Issue Type: Task
          Components: JPA Mailbox
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.1


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;
    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to