Skip to content

Commit 1b1f4c0

Browse files
author
xiezhineng
committed
fix Variable 'readDNMaxAttempts' to be private
1 parent 1a28725 commit 1b1f4c0

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/StripeReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void skip() {
119119
protected final RawErasureDecoder decoder;
120120
protected final DFSStripedInputStream dfsStripedInputStream;
121121
private long readTo = -1;
122-
protected final int readDNMaxAttempts;
122+
private final int readDNMaxAttempts;
123123

124124
protected ECChunk[] decodeInputs;
125125

0 commit comments

Comments
 (0)