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/08/24 20:36:04 UTC

[2/9] accumulo git commit: ACCUMULO-3967 Fix whitespace

ACCUMULO-3967 Fix whitespace


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

Branch: refs/heads/1.7
Commit: e0cc9a843ad508e1c11db0caac488e5b99475e84
Parents: 0a8ec61
Author: Josh Elser <el...@apache.org>
Authored: Mon Aug 24 14:13:14 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Aug 24 14:13:14 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e0cc9a84/test/src/test/java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java b/test/src/test/java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java
index 9a3f489..04bfe88 100644
--- a/test/src/test/java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/BulkImportSequentialRowsIT.java
@@ -83,7 +83,7 @@ public class BulkImportSequentialRowsIT extends AccumuloClusterIT {
     Path rfile = new Path(bulk, "file.rf");
     FileSKVWriter writer = FileOperations.getInstance().openWriter(rfile.toString(), fs, new Configuration(), DefaultConfiguration.getInstance());
     writer.startDefaultLocalityGroup();
-    
+
     final Value emptyValue = new Value(new byte[0]);
     final SortedSet<Text> splits = new TreeSet<Text>();
     for (int i = 0; i < 100; i++) {