[ 
https://issues.apache.org/jira/browse/ACCUMULO-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430535#comment-13430535
 ] 

Billie Rinaldi commented on ACCUMULO-718:
-----------------------------------------

This is done.  Does anyone think we should keep the old static methods around?
                
> 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
>
> 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

        

Reply via email to