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


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxPrepareRequest.java:
##########
@@ -34,12 +33,13 @@
 import org.apache.ignite.internal.util.typedef.internal.S;
 import org.apache.ignite.internal.util.typedef.internal.U;
 import org.apache.ignite.lang.IgniteUuid;
+import org.apache.ignite.plugin.extensions.communication.Message;
 import org.jetbrains.annotations.Nullable;
 
 /**
  * Near transaction prepare request to primary node. 'Near' means 'Initiating 
node' here, not 'Near Cache'.
  */
-public class GridNearTxPrepareRequest extends GridDistributedTxPrepareRequest 
implements SelfMarshallingMessage {
+public class GridNearTxPrepareRequest extends GridDistributedTxPrepareRequest 
implements Message {

Review Comment:
   ```suggestion
   public class GridNearTxPrepareRequest extends 
GridDistributedTxPrepareRequest {
   ```



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