We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8647a7e commit d13de12Copy full SHA for d13de12
1 file changed
modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceUndeploymentRequest.java
@@ -25,7 +25,7 @@
25
/**
26
* Service undeployment request.
27
*/
28
-public class ServiceUndeploymentRequest extends ServiceChangeAbstractRequest implements Message {
+public class ServiceUndeploymentRequest extends ServiceChangeAbstractRequest {
29
/** */
30
public ServiceUndeploymentRequest() {
31
}
0 commit comments