Mmuzaf commented on code in PR #10157:
URL: https://github.com/apache/ignite/pull/10157#discussion_r942738127
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheContext.java:
##########
@@ -683,7 +674,7 @@ public boolean isNear() {
* @return {@code True} if cache is local.
*/
public boolean isLocal() {
Review Comment:
Fixed.
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java:
##########
@@ -181,20 +177,6 @@ private CacheConfiguration getNearConfig() {
return cfg;
}
- /**
Review Comment:
Fixed.
--
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]