Skip to content

Commit

Permalink
Fix comment syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LYCJeff committed Dec 8, 2022
1 parent 07c77c3 commit 74ec987
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
@InterfaceAudience.Private
public class FanOutOneBlockAsyncDFSOutput implements AsyncFSOutput {

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

private final Configuration conf;
Expand Down

0 comments on commit 74ec987

Please sign in to comment.