You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/10/08 20:47:43 UTC

[2/3] accumulo git commit: ACCUMULO-4019 Fix checkstyle nit.

ACCUMULO-4019 Fix checkstyle nit.


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

Branch: refs/heads/master
Commit: 62821a03c8fa0b98817461d8e00ce19de343578b
Parents: 8f37693
Author: Josh Elser <el...@apache.org>
Authored: Thu Oct 8 14:46:51 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Oct 8 14:46:51 2015 -0400

----------------------------------------------------------------------
 proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/62821a03/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
----------------------------------------------------------------------
diff --git a/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java b/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
index c8e9526..1ce02e8 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
@@ -20,7 +20,6 @@ import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import java.net.InetAddress;
 import java.util.Properties;
 
 import org.apache.accumulo.core.cli.Help;