NSAmelchev commented on code in PR #13078:
URL: https://github.com/apache/ignite/pull/13078#discussion_r3153655717
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryServerOnlyCustomMessage.java:
##########
@@ -17,10 +17,20 @@
package org.apache.ignite.internal.managers.discovery;
+import org.apache.ignite.lang.IgniteUuid;
+
/**
* <b>DiscoveryServerOnlyCustomMessage</b> is the special subtype of the
<b>DiscoveryCustomMessage</b> message
* that is delivered only on server nodes of the cluster.
*/
-public interface DiscoveryServerOnlyCustomMessage extends
DiscoveryCustomMessage {
- // No-op.
+public abstract class DiscoveryServerOnlyCustomMessage extends
DiscoveryCustomMessage {
+ /** Default constructor. */
Review Comment:
```suggestion
/** Constructor for {@link MessageFactory}. */
```
--
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]