yurinaryshkin commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1400047567


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotMetadata.java:
##########
@@ -63,6 +63,14 @@ public class SnapshotMetadata implements Serializable {
      */
     private final String folderName;
 
+    /**
+     * If {@code true} then compress the files.
+     * This shouldn't be confused with {@link SnapshotMetadata#comprGrpIds} 
which represents how Ignite keeps data in memory pages
+     * while {@link SnapshotMetadata#comprParts} represents how the dump files 
stored onto disk.
+     */
+    @SuppressWarnings("JavadocDeclaration")

Review Comment:
   This was to prevent "Javadoc pointing to itself" warning. It can be 
configures in idea setting.I'll remove this.



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