Skip to content

Commit

Permalink
HUDI-5124. Fix HoodieInternalRowFileWriter#canWrite error return tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed Nov 1, 2022
1 parent 2f53be3 commit d93e4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public interface HoodieInternalRowFileWriter {

/**
* @returns {@code true} if this RowFileWriter can take in more writes. else {@code false}.
* @return {@code true} if this RowFileWriter can take in more writes. else {@code false}.
*/
boolean canWrite();

Expand Down

0 comments on commit d93e4e0

Please sign in to comment.