Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyangzhong committed Jan 14, 2025
1 parent 0d04e05 commit b3f442e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/themes/book
Submodule book updated 194 files
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Table operator to invoke close always. This is a base class for both batch and stream operators
* without key.
*
* <p>This class is nearly identical with {@link TableStreamOperator}, but extending from {@link *
* <p>This class is nearly identical with {@link TableStreamOperator}, but extending from {@link
* AbstractAsyncStateStreamOperator} to integrate with asynchronous state access.
*/
public abstract class AsyncStateTableStreamOperator<OUT>
Expand Down

0 comments on commit b3f442e

Please sign in to comment.