sashapolo commented on a change in pull request #490:
URL: https://github.com/apache/ignite-3/pull/490#discussion_r766607715



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/DirectDynamicProperty.java
##########
@@ -34,22 +35,24 @@
     /**
      * Constructor.
      *
-     * @param prefix     Property prefix.
-     * @param key        Property name.
-     * @param rootKey    Root key.
-     * @param changer    Configuration changer.
+     * @param prefix Property prefix.
+     * @param key Property name.
+     * @param rootKey Root key.
+     * @param changer Configuration changer.
      * @param listenOnly Only adding listeners mode, without the ability to 
get or update the property value.
-     * @param readOnly   Value cannot be changed.
+     * @param readOnly Value cannot be changed.
+     * @param injectedNameField Configuration field with {@link InjectedName}.
      */
     public DirectDynamicProperty(
             List<String> prefix,
             String key,
             RootKey<?, ?> rootKey,
             DynamicConfigurationChanger changer,
             boolean listenOnly,

Review comment:
       Sorry, I don't understand: yes, this particular class will be removed, 
but all these boolean flags are also present in other classes.




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