Skip to content

Commit f70eddb

Browse files
committed
fixstyle
1 parent f05f24a commit f70eddb

File tree

1 file changed

+5
-4
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,11 @@ public void testImportCheckpoint() throws Exception{
284284
cluster.waitActive();
285285
FSNamesystem fsn = cluster.getNamesystem();
286286
FSImage fsImage= new FSImage(conf);
287-
LambdaTestUtils.intercept(IOException.class,
288-
"Cannot import image from a checkpoint. "
289-
+ "\"dfs.namenode.checkpoint.edits.dir\" is not set.",
290-
() -> fsImage.doImportCheckpoint(fsn));
287+
LambdaTestUtils.intercept(
288+
IOException.class,
289+
"Cannot import image from a checkpoint. "
290+
+ "\"dfs.namenode.checkpoint.edits.dir\" is not set.",
291+
() -> fsImage.doImportCheckpoint(fsn));
291292
}
292293
}
293294

0 commit comments

Comments
 (0)