[
https://issues.apache.org/jira/browse/MAILBOX-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948467#comment-14948467
]
Tellier Benoit commented on MAILBOX-64:
---------------------------------------
Antoine reported me an error in eclipse on this series of patch.
The error is :
The method newBuilder() of type CacheBuilder is not generic; it cannot be
parameterized with arguments <QuotaRoot, InMemoryCurrentQuotaManager.Entry>
InMemoryCurrentQuotaManager.java
/apache-james-mailbox-memory/src/main/java/org/apache/james/mailbox/inmemory/quota
line 48 Java Problem
Remplacing :
CacheBuilder.<QuotaRoot, Entry>newBuilder()
by
CacheBuilder.newBuilder()
Solves the issue.
I will commit it right now.
> Add out-of-the box support for quotas
> -------------------------------------
>
> Key: MAILBOX-64
> URL: https://issues.apache.org/jira/browse/MAILBOX-64
> Project: James Mailbox
> Issue Type: New Feature
> Components: api, store
> Reporter: Norman Maurer
> Assignee: Norman Maurer
> Fix For: 0.3
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]