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

Bill Havanki updated ACCUMULO-2992:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Eliminate (use of) AccumuloConfiguration.getSiteConfiguration()
> ---------------------------------------------------------------
>
>                 Key: ACCUMULO-2992
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2992
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>            Priority: Trivial
>              Labels: configuration
>             Fix For: 1.6.1, 1.7.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The static method {{AccumuloConfiguration.getSiteConfiguration()}} has been 
> deprecated for a long time. [~ecn] got rid of a lot of uses in ACCUMULO-2401. 
> This ticket is to get rid of the rest. Each call can be replaced with:
> {code}
> SiteConfiguration.getInstance(DefaultConfiguration.getInstance());
> {code}
> The method itself can also be eliminated, as {{AccumuloConfiguration}} is not 
> public API, assuming the elimination would not cause a problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to