wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362022820
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java:
##########
@@ -1652,7 +1652,7 @@ public static void validateKeyConfigiration(
* @throws IgniteCheckedException If configuration is not valid.
*/
public static void initializeConfigDefaults(IgniteLogger log,
CacheConfiguration cfg,
- CacheObjectContext cacheObjCtx) throws IgniteCheckedException {
+ CacheObjectContext cacheObjCtx, boolean recoveryMode) throws
IgniteCheckedException {
Review Comment:
Please add new param in javadoc.
--
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]