|
|
@ -37,12 +37,6 @@ public class CodaHaleShim
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(CodaHaleShim.class);
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(CodaHaleShim.class);
|
|
|
|
|
|
|
|
|
|
|
|
static
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
CodaHaleShim codaHaleShim = new CodaHaleShim();
|
|
|
|
|
|
|
|
codaHaleShim.loadOrShimCodahale();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private CodaHaleShim()
|
|
|
|
private CodaHaleShim()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// empty
|
|
|
|
// empty
|
|
|
@ -54,7 +48,8 @@ public class CodaHaleShim
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static void initialize()
|
|
|
|
public static void initialize()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// no-op
|
|
|
|
CodaHaleShim codaHaleShim = new CodaHaleShim();
|
|
|
|
|
|
|
|
codaHaleShim.loadOrShimCodahale();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|