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 2017/08/03 23:21:01 UTC

accumulo git commit: ACCUMULO-4555 Remove unused logger object

Repository: accumulo
Updated Branches:
  refs/heads/master fc1677ed0 -> c48814770


ACCUMULO-4555 Remove unused logger object

Remove unused logger instance from Version class, leftover from previous
implementation.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c4881477
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c4881477
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c4881477

Branch: refs/heads/master
Commit: c4881477032fccd87696cf751c594eadd8f6cdcd
Parents: fc1677e
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Aug 3 18:53:39 2017 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Aug 3 18:53:39 2017 -0400

----------------------------------------------------------------------
 core/src/main/java/org/apache/accumulo/core/util/Version.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c4881477/core/src/main/java/org/apache/accumulo/core/util/Version.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/util/Version.java b/core/src/main/java/org/apache/accumulo/core/util/Version.java
index e51a9d5..8487f9f 100644
--- a/core/src/main/java/org/apache/accumulo/core/util/Version.java
+++ b/core/src/main/java/org/apache/accumulo/core/util/Version.java
@@ -18,14 +18,11 @@ package org.apache.accumulo.core.util;
 
 import org.apache.accumulo.start.Main;
 import org.apache.accumulo.start.spi.KeywordExecutable;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 import com.google.auto.service.AutoService;
 
 @AutoService(KeywordExecutable.class)
 public class Version implements KeywordExecutable {
-  private static final Logger log = LoggerFactory.getLogger(Version.class);
 
   @Override
   public String keyword() {