ptupitsyn commented on code in PR #6469:
URL: https://github.com/apache/ignite-3/pull/6469#discussion_r2306740184
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java:
##########
@@ -434,7 +434,7 @@ private ClientInboundMessageHandler
createInboundMessageHandler(
ClientConnectorView configuration,
long connectionId
) {
- return new ClientInboundMessageHandler(
+ return new ClientInboundMessageHandler(
Review Comment:
```suggestion
return new ClientInboundMessageHandler(
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]