Skip to content

Commit f2de068

Browse files
authored
[hotfix] Fix the comment typo of TabletServerGateway (#740)
1 parent b527013 commit f2de068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-rpc/src/main/java/com/alibaba/fluss/rpc/gateway/TabletServerGateway.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
import java.util.concurrent.CompletableFuture;
5050

51-
/** The entry point of RPC gateway interface for coordinator server. */
51+
/** The entry point of RPC gateway interface for tablet server. */
5252
public interface TabletServerGateway extends RpcGateway, AdminReadOnlyGateway {
5353

5454
/**

0 commit comments

Comments
 (0)