shishkovilja commented on code in PR #12829:
URL: https://github.com/apache/ignite/pull/12829#discussion_r2869343211
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/SecurityAwareCustomMessageWrapper.java:
##########
Review Comment:
Seems to be more safe to do like this:
```suggestion
return delegate().stopProcess();
```
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/SecurityAwareCustomMessageWrapper.java:
##########
Review Comment:
Seems to be more safe to do like this:
```suggestion
DiscoveryCustomMessage ack = delegate().ackMessage();
```
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/SecurityAwareCustomMessageWrapper.java:
##########
Review Comment:
Seems to be more safe to do like this:
```suggestion
return delegate().isMutable();
```
--
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]