Skip to content

Commit c853ce3

Browse files
author
Ashutosh Gupta
committed
fixing style check
1 parent 2e3cd8b commit c853ce3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestLocalDirAllocator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public void testGetLocalPathForWriteForInvalidPaths() throws Exception {
534534
}
535535

536536
/**
537-
* Test to verify LocalDirAllocator log details to provide diagnostics when file creation fails
537+
* Test to verify LocalDirAllocator log details to provide diagnostics when file creation fails.
538538
*
539539
* @throws Exception
540540
*/
@@ -549,4 +549,3 @@ public void testGetLocalPathForWriteForLessSpace() throws Exception {
549549
() -> dirAllocator.getLocalPathForWrite("p1/x", Long.MAX_VALUE - 1, conf));
550550
}
551551
}
552-

0 commit comments

Comments
 (0)