ololo3000 commented on a change in pull request #9766:
URL: https://github.com/apache/ignite/pull/9766#discussion_r792771523



##########
File path: 
modules/core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java
##########
@@ -223,6 +250,10 @@ private void addConflictData(IgniteCache<Integer, User> 
cache, int from, int to)
 
                     return res;
                 }
+

Review comment:
       Comment is missing.

##########
File path: 
modules/core/src/main/java/org/apache/ignite/spi/systemview/view/CacheView.java
##########
@@ -39,13 +42,17 @@
  */
 public class CacheView {
     /** Cache descriptor. */
-    private DynamicCacheDescriptor cache;
+    private final DynamicCacheDescriptor cache;
+
+    /** Kernal context. */
+    private final GridKernalContext ctx;
 
     /**
      * @param cache Cache descriptor.
      */
-    public CacheView(DynamicCacheDescriptor cache) {
+    public CacheView(DynamicCacheDescriptor cache, GridKernalContext ctx) {

Review comment:
       JavaDoc parameter is missing.




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