anton-vinogradov commented on code in PR #12677:
URL: https://github.com/apache/ignite/pull/12677#discussion_r2755674634


##########
modules/core/src/main/java/org/apache/ignite/internal/commandline/cache/distribution/CacheDistributionPartition.java:
##########
@@ -32,19 +28,19 @@ public class CacheDistributionPartition extends 
IgniteDataTransferObject {
     private static final long serialVersionUID = 0L;
 
     /** Partition identifier. */
-    private int partId;
+    int partId;
 
     /** Flag primary or backup partition. */
-    private boolean primary;
+    boolean primary;

Review Comment:
   How about order, btw?
   Current approach will not allow to change fields



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