File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ public void testValidateOverlappingRanges() throws Exception {
242242 );
243243
244244 intercept (UnsupportedOperationException .class ,
245- () -> validateNonOverlappingAndReturnSortedRanges (input ));
245+ () -> validateNonOverlappingAndReturnSortedRanges (input ));
246246
247247 List <FileRange > input1 = Arrays .asList (
248248 FileRange .createFileRange (100 , 100 ),
@@ -252,7 +252,7 @@ public void testValidateOverlappingRanges() throws Exception {
252252 );
253253
254254 intercept (UnsupportedOperationException .class ,
255- () -> validateNonOverlappingAndReturnSortedRanges (input1 ));
255+ () -> validateNonOverlappingAndReturnSortedRanges (input1 ));
256256
257257 List <FileRange > input2 = Arrays .asList (
258258 FileRange .createFileRange (100 , 100 ),
You can’t perform that action at this time.
0 commit comments