You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/03/22 22:48:21 UTC

[accumulo] branch 1.9 updated: Fix warning - remove unused log field

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new 0a2457b  Fix warning - remove unused log field
0a2457b is described below

commit 0a2457b5b3a0ecdbb7041e1f01b289f7251caae9
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Mar 22 17:37:42 2019 -0400

    Fix warning - remove unused log field
---
 .../org/apache/accumulo/master/metrics/fate/FateMetricValuesTest.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/master/src/test/java/org/apache/accumulo/master/metrics/fate/FateMetricValuesTest.java b/server/master/src/test/java/org/apache/accumulo/master/metrics/fate/FateMetricValuesTest.java
index 188317d..1b22c92 100644
--- a/server/master/src/test/java/org/apache/accumulo/master/metrics/fate/FateMetricValuesTest.java
+++ b/server/master/src/test/java/org/apache/accumulo/master/metrics/fate/FateMetricValuesTest.java
@@ -19,13 +19,9 @@ package org.apache.accumulo.master.metrics.fate;
 import static org.junit.Assert.assertEquals;
 
 import org.junit.Test;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 public class FateMetricValuesTest {
 
-  private final static Logger log = LoggerFactory.getLogger(FateMetricValuesTest.class);
-
   @Test
   public void defaultValueTest() {