Skip to content

Commit 3cbb567

Browse files
authored
[hotfix] Fix comment typo (#586)
1 parent e580511 commit 3cbb567

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluss-common/src/test/java/com/alibaba/fluss/memory/TestingMemorySegmentPool.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ public long totalSize() {
5454

5555
@Override
5656
public void returnPage(MemorySegment segment) {
57-
// do noting.
57+
// do nothing.
5858
}
5959

6060
@Override
6161
public void returnAll(List<MemorySegment> memory) {
62-
// do noting.
62+
// do nothing.
6363
}
6464

6565
@Override

fluss-server/src/main/java/com/alibaba/fluss/server/utils/RpcGatewayManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public CompletableFuture<Void> removeServer(int serverId) {
104104

105105
@Override
106106
public void close() throws Exception {
107-
// do noting.
107+
// do nothing.
108108
}
109109

110110
private class ServerRpcGateway {

0 commit comments

Comments
 (0)