Skip to content

Commit d21f9f6

Browse files
committed
Checkstyle Fix
1 parent 74d3403 commit d21f9f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemListStatus.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public class ITestAzureBlobFileSystemListStatus extends
9292
AbstractAbfsIntegrationTest {
9393
private static final int TEST_FILES_NUMBER = 6000;
9494
public static final String TEST_CONTINUATION_TOKEN = "continuation";
95+
private static final int TOTAL_NUMBER_OF_PATHS = 11;
96+
private static final int NUMBER_OF_UNIQUE_PATHS = 7;
9597

9698
public ITestAzureBlobFileSystemListStatus() throws Exception {
9799
super();
@@ -586,9 +588,6 @@ public void testDuplicateEntriesAcrossListBlobIterations() throws Exception {
586588
// Create Path 9 and 10
587589
fs.create(new Path("/e/file4"));
588590

589-
final int TOTAL_NUMBER_OF_PATHS = 11;
590-
final int NUMBER_OF_UNIQUE_PATHS = 7;
591-
592591
FileStatus[] fileStatuses = fs.listStatus(new Path(ROOT_PATH));
593592

594593
// Assert that client.listPath was called 11 times.

0 commit comments

Comments
 (0)