Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C08F418089 for ; Thu, 8 Oct 2015 18:47:58 +0000 (UTC) Received: (qmail 77773 invoked by uid 500); 8 Oct 2015 18:47:42 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 77737 invoked by uid 500); 8 Oct 2015 18:47:42 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 77721 invoked by uid 99); 8 Oct 2015 18:47:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 18:47:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B474FE0BD8; Thu, 8 Oct 2015 18:47:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 08 Oct 2015 18:47:42 -0000 Message-Id: <62576fe00ad848c4a6050e3ba24cc3d9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] accumulo git commit: ACCUMULO-4019 Fix checkstyle nit. Repository: accumulo Updated Branches: refs/heads/1.7 8f37693d6 -> 62821a03c refs/heads/master 23a084737 -> 40a874341 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/1.7 Commit: 62821a03c8fa0b98817461d8e00ce19de343578b Parents: 8f37693 Author: Josh Elser Authored: Thu Oct 8 14:46:51 2015 -0400 Committer: Josh Elser 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;