tkalkirill commented on code in PR #892:
URL: https://github.com/apache/ignite-3/pull/892#discussion_r904903086


##########
modules/configuration-api/src/main/java/org/apache/ignite/configuration/validation/ValidationContext.java:
##########
@@ -72,4 +72,18 @@
      * @see ConfigurationValidationException
      */
     void addIssue(ValidationIssue issue);
+
+    /**
+     * Returns the previous owner view of the current value.

Review Comment:
   What about the new description?
   ```
       /**
        * Returns a previous view of the owner of the current value.
        *
        * <p>For primitives/nested configuration/named list, the owner is the 
configuration in which they are declared, for example {@code
        * TableView} will be returned for the string field, {@code null} will 
be returned for the root configuration.
        *
        * @param <T> Owner view type.
        */
   ```



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