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 2014/04/23 17:05:40 UTC

[07/15] git commit: ACCUMULO-2654 Remove introduced warnings from previous commit

ACCUMULO-2654 Remove introduced warnings from previous commit


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 92c41719bfc9cce7cb222c96155650bc11a288fb
Parents: 5b32fd2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Apr 23 10:43:48 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Apr 23 10:43:48 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/file/rfile/CreateEmpty.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/92c41719/src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java
----------------------------------------------------------------------
diff --git a/src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java b/src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java
index 7663b2d..09f3648 100644
--- a/src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java
+++ b/src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java
@@ -16,12 +16,10 @@
  */
 package org.apache.accumulo.core.file.rfile;
 
-import java.util.ArrayList;
 import java.util.Arrays;
 
 import org.apache.accumulo.core.conf.DefaultConfiguration;
 import org.apache.accumulo.core.file.FileSKVWriter;
-import org.apache.accumulo.core.file.rfile.RFile.Writer;
 import org.apache.accumulo.core.file.rfile.bcfile.TFile;
 import org.apache.accumulo.core.util.CachedConfiguration;
 import org.apache.commons.cli.BasicParser;
@@ -30,7 +28,6 @@ import org.apache.commons.cli.HelpFormatter;
 import org.apache.commons.cli.Option;
 import org.apache.commons.cli.Options;
 import org.apache.hadoop.conf.Configuration;
-import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
 
 /**