You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2012/08/08 17:40:21 UTC

[jira] [Resolved] (ACCUMULO-718) make the static methods in ColumnFQ instance methods

     [ https://issues.apache.org/jira/browse/ACCUMULO-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-718.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
    
> make the static methods in ColumnFQ instance methods
> ----------------------------------------------------
>
>                 Key: ACCUMULO-718
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-718
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 1.5.0-SNAPSHOT
>            Reporter: Eric Newton
>            Assignee: Billie Rinaldi
>            Priority: Trivial
>             Fix For: 1.5.0
>
>
> Instead of 
> {noformat}
> ColumnFQ.fetch(scanner, cfq);
> {noformat}
> we would write
> {noformat}
> cfq.fetch(scanner);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira