ACCUMULO-2344 Whitespace altercation

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

Branch: refs/heads/master
Commit: 6730880dbc7e25574ab12a52ef7676f80f4e2985
Parents: bfa20dd
Author: Josh Elser <els...@apache.org>
Authored: Mon Feb 10 15:28:50 2014 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Mon Feb 10 15:28:50 2014 -0500

----------------------------------------------------------------------
 .../accumulo/core/client/impl/TabletServerBatchReaderIterator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6730880d/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
index 24719ae..6675344 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
@@ -316,7 +316,7 @@ public class TabletServerBatchReaderIterator implements 
Iterator<Entry<Key,Value
       log.debug("Exiting failure processing on interrupt");
       return;
     }
-    
+
     failSleepTime = Math.min(5000, failSleepTime * 2);
     
     Map<String,Map<KeyExtent,List<Range>>> binnedRanges = new 
HashMap<String,Map<KeyExtent,List<Range>>>();

Reply via email to