Skip to content

Commit

Permalink
chore: fix typo in ReactorNettyClient
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He committed Jul 23, 2024
1 parent b992f58 commit b772d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ final class ReactorNettyClient implements Client {
}
sink.next((ServerMessage) it);
} else {
// ReferenceCounted will released by Netty.
// ReferenceCounted will be released by Netty.
throw ClientExceptions.unsupportedProtocol(it.getClass().getTypeName());
}
})
Expand Down

0 comments on commit b772d9c

Please sign in to comment.