Skip to content

Commit 74ec987

Browse files
committed
Fix comment syntax errors
1 parent 07c77c3 commit 74ec987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
@InterfaceAudience.Private
105105
public class FanOutOneBlockAsyncDFSOutput implements AsyncFSOutput {
106106

107-
// The MAX_PACKET_SIZE is 16MB, but it includes the header size and checksum size. So here we set a
108-
// smaller limit for data size.
107+
// The MAX_PACKET_SIZE is 16MB, but it includes the header size and checksum size. So here we set
108+
// a smaller limit for data size.
109109
private static final int MAX_DATA_LEN = 12 * 1024 * 1024;
110110

111111
private final Configuration conf;

0 commit comments

Comments
 (0)