alex-plekhanov commented on code in PR #10393:
URL: https://github.com/apache/ignite/pull/10393#discussion_r1128202308


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheObjectTransformerUtils.java:
##########
@@ -27,13 +27,7 @@
 
 /** */
 public class CacheObjectTransformerUtils {
-    /** Additional space required to store the transformed data. */
-    public static final int OVERHEAD = 2;
-
-    /** Version. */
-    private static final byte VER = 0;
-
-    /***/
+     /** */

Review Comment:
   Redundant space



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