We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b4047 commit 51afefdCopy full SHA for 51afefd
jimfs/src/main/java/com/google/common/jimfs/RegularFile.java
@@ -49,7 +49,8 @@ final class RegularFile extends File {
49
50
/** Block list for the file. */
51
private byte[][] blocks;
52
- /** Block count for the the file, which also acts as the head of the block list. */
+
53
+ /** Block count for the file, which also acts as the head of the block list. */
54
private int blockCount;
55
56
private long size;
0 commit comments