shishkovilja commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3559747853


##########
modules/commons/src/main/java/org/apache/ignite/plugin/extensions/communication/Message.java:
##########
@@ -23,7 +23,22 @@
 import 
org.apache.ignite.internal.managers.communication.UnknownMessageException;
 
 /**
- * Base class for all communication messages.
+ * Base type for all messages sent between nodes, both over the communication 
SPI and via discovery.
+ * <p>
+ * Serialized fields are declared by annotating instance fields; {@link 
org.apache.ignite.internal.MessageProcessor} then

Review Comment:
   ```suggestion
    * Serialized fields are declared by annotating instance fields; 
{@ignitelink org.apache.ignite.internal.MessageProcessor} then
   ```



-- 
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]

Reply via email to