We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e259033 commit 614b509Copy full SHA for 614b509
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java
@@ -1595,7 +1595,7 @@ public void testListFilesRecursive() throws IOException {
1595
1596
private static RemoteIterator<LocatedFileStatus> getMockedIterator(Path subDir1) {
1597
return new RemoteIterator<LocatedFileStatus>() {
1598
- int remainingEntries = 1;
+ private int remainingEntries = 1;
1599
1600
@Override
1601
public boolean hasNext() throws IOException {
0 commit comments