You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <ji...@apache.org> on 2015/10/08 12:45:26 UTC

[jira] [Commented] (MAILBOX-64) Add out-of-the box support for quotas

    [ 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org