Skip to content

Commit 614b509

Browse files
committed
Fix Checkstyle
1 parent e259033 commit 614b509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ public void testListFilesRecursive() throws IOException {
15951595

15961596
private static RemoteIterator<LocatedFileStatus> getMockedIterator(Path subDir1) {
15971597
return new RemoteIterator<LocatedFileStatus>() {
1598-
int remainingEntries = 1;
1598+
private int remainingEntries = 1;
15991599

16001600
@Override
16011601
public boolean hasNext() throws IOException {

0 commit comments

Comments
 (0)