NSAmelchev commented on code in PR #12895:
URL: https://github.com/apache/ignite/pull/12895#discussion_r3001640360
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceUndeploymentRequest.java:
##########
@@ -19,20 +19,27 @@
import org.apache.ignite.internal.util.typedef.internal.S;
import org.apache.ignite.lang.IgniteUuid;
+import org.apache.ignite.plugin.extensions.communication.Message;
import org.jetbrains.annotations.NotNull;
/**
* Service undeployment request.
*/
-public class ServiceUndeploymentRequest extends ServiceChangeAbstractRequest {
+public class ServiceUndeploymentRequest extends ServiceChangeAbstractRequest
implements Message {
Review Comment:
`ServiceChangeAbstractRequest` already implements `Message`?
--
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]