Skip to content

Commit 9cf23df

Browse files
yuhaiyangyuhaiyang
authored andcommitted
remove public
1 parent 6377217 commit 9cf23df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/OneForOneBlockFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private class BlocksInfo {
176176
final ArrayList<Integer> reduceIds;
177177
final ArrayList<String> blockIds;
178178

179-
public BlocksInfo() {
179+
BlocksInfo() {
180180
this.reduceIds = new ArrayList<>();
181181
this.blockIds = new ArrayList<>();
182182
}

0 commit comments

Comments
 (0)