nsivkov commented on code in PR #5768: URL: https://github.com/apache/ignite-3/pull/5768#discussion_r2077049034
########## modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java: ########## @@ -274,7 +274,7 @@ public static class Client { /** Client handshake header error. */ public static final int HANDSHAKE_HEADER_ERR = CLIENT_ERR_GROUP.registerErrorCode((short) 8); - /** Server -> client request failed. */ + /** Server -> client request failed. */ Review Comment: I assume we can avoid special characters at all. ```suggestion /** Server to client request failed. */ ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org