alievmirza commented on a change in pull request #76:
URL: https://github.com/apache/ignite-3/pull/76#discussion_r605682179



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationChanger.java
##########
@@ -63,6 +67,26 @@
     /** Annotation classes mapped to validator objects. */
     private Map<Class<? extends Annotation>, Set<Validator<?, ?>>> validators 
= new HashMap<>();
 
+    /**
+     * Closure interface to be used by configuration changer. Instance of this 
closur is passed into constructor and

Review comment:
       ```suggestion
        * Closure interface to be used by configuration changer. An instance of 
this closure is passed into constructor and
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to