Skip to content

Commit 51afefd

Browse files
klueverJimfs Team
authored and
Jimfs Team
committed
"the the" -> "the"
RELNOTES=n/a PiperOrigin-RevId: 752739641
1 parent a3b4047 commit 51afefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jimfs/src/main/java/com/google/common/jimfs/RegularFile.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ final class RegularFile extends File {
4949

5050
/** Block list for the file. */
5151
private byte[][] blocks;
52-
/** Block count for the the file, which also acts as the head of the block list. */
52+
53+
/** Block count for the file, which also acts as the head of the block list. */
5354
private int blockCount;
5455

5556
private long size;

0 commit comments

Comments
 (0)