HDFS-12507. StripedBlockUtil.java:694: warning - Tag @link: reference not found: StripingCell. Contributed by Mukul Kumar Singh

This commit is contained in:
Tsz-Wo Nicholas Sze 2017-09-22 10:37:04 +08:00
parent bfd1a72ba8
commit 3baae4322e
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ private static void prepareAllZeroChunks(LocatedStripedBlock blockGroup,
* TODO: consider parity cells
*/
@VisibleForTesting
static class StripingCell {
public static class StripingCell {
final ErasureCodingPolicy ecPolicy;
/** Logical order in a block group, used when doing I/O to a block group. */
final int idxInBlkGroup;