Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkni committed Dec 24, 2024
1 parent 01ec971 commit 0b38d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void write(DataOutput out, int version) throws IOException
}

/**
* @return the number of chunks that have actually been allocated (<= compressedDataChunks.length)
* @return the number of chunks that have actually been allocated ({@code <= compressedDataChunks.length})
*/
protected abstract int validChunkCount();

Expand Down

0 comments on commit 0b38d42

Please sign in to comment.