petrov-mg commented on code in PR #12117:
URL: https://github.com/apache/ignite/pull/12117#discussion_r2121968786


##########
modules/core/src/main/java/org/apache/ignite/dump/DumpReaderConfiguration.java:
##########
@@ -105,7 +108,8 @@ public DumpReaderConfiguration(String name, @Nullable 
String path, @Nullable Ign
      * @param keepRaw If {@code true}, doesn't deserialize cache data and 
keeps {@link DumpEntry#key()} as
      *                {@link KeyCacheObject} and {@link DumpEntry#value()} as 
{@link CacheObject}. If {@code true},
      *                disables {@link #keepBinary}.
-     * @param cacheGrpNames Cache group names.
+     * @param grpNames Cache group names.
+     * @param cacheNames Cache group names.

Review Comment:
   Typo.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to