ACCUMULO-3339 More formatting
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e0ef0ca4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e0ef0ca4 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e0ef0ca4 Branch: refs/heads/master Commit: e0ef0ca4213cc4cf8d7c674284b435993ce8a4df Parents: f599b46 Author: Josh Elser <els...@apache.org> Authored: Mon Jul 6 18:06:11 2015 -0400 Committer: Josh Elser <els...@apache.org> Committed: Mon Jul 6 18:06:11 2015 -0400 ---------------------------------------------------------------------- .../java/org/apache/accumulo/tserver/tablet/TabletData.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e0ef0ca4/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletData.java ---------------------------------------------------------------------- diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletData.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletData.java index cb9015e..69adb3d 100644 --- a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletData.java +++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletData.java @@ -144,13 +144,8 @@ public class TabletData { } // Data pulled from an existing tablet to make a split - public TabletData(String tabletDirectory, - SortedMap<FileRef,DataFileValue> highDatafileSizes, - String time, - long lastFlushID, - long lastCompactID, - TServerInstance lastLocation, - Map<Long,List<FileRef>> bulkIngestedFiles) { + public TabletData(String tabletDirectory, SortedMap<FileRef,DataFileValue> highDatafileSizes, String time, long lastFlushID, long lastCompactID, + TServerInstance lastLocation, Map<Long,List<FileRef>> bulkIngestedFiles) { this.directory = tabletDirectory; this.dataFiles = highDatafileSizes; this.time = time;