ibessonov commented on a change in pull request #67:
URL: https://github.com/apache/ignite-3/pull/67#discussion_r596581186
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/configuration/tree/InnerNode.java
##########
@@ -110,7 +110,18 @@
*/
@Override public abstract void construct(String key, ConfigurationSource
src) throws NoSuchElementException;
- /** */
+ /**
+ * Assigns default value to the corresponding leaf. Defaults are gathered
from configuration schema class.
+ *
+ * @param key Field name to be initialized.
Review comment:
We'll have to rethink some names, it's a bit messy right now. Pretty
much everywhere in the code name of the node is
"key", I don't think I need to break this rule.
----------------------------------------------------------------
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]