Skip to content

Commit 99efed3

Browse files
committed
Fixed unintentended whitespace changes..
1 parent a1ffdd3 commit 99efed3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/SnapshotManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
import org.apache.hadoop.metrics2.util.MBeans;
6767

6868
import org.apache.hadoop.thirdparty.com.google.common.base.Preconditions;
69-
import org.apache.hadoop.util.Time;
7069
import org.slf4j.Logger;
7170
import org.slf4j.LoggerFactory;
7271

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/TestOrderedSnapshotDeletionGc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ public void testSingleDir() throws Exception {
140140

141141
waitForGc(Arrays.asList(s1pathNew, s2pathNew), hdfs);
142142
// total no of edit log records created for delete snapshot will be equal
143-
// to sum of no of user deleted distinct snapshots
144-
// and no of snapshots gc'ed with snapshotDeletion gc thread
143+
// to sum of no of user deleted snapshots and no of snapshots gc'ed with
144+
// snapshotDeletion gc thread
145145
doEditLogValidation(cluster, 5);
146146
}
147147

0 commit comments

Comments
 (0)