Eric Newton created ACCUMULO-718:
------------------------------------

             Summary: 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