ibessonov commented on a change in pull request #475:
URL: https://github.com/apache/ignite-3/pull/475#discussion_r759062787
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/tree/NamedListNode.java
##########
@@ -234,20 +234,40 @@ public int size() {
return this;
}
-
+
+ @Override
Review comment:
IDK, uniformity maybe
##########
File path:
modules/configuration/src/test/java/org/apache/ignite/internal/configuration/tree/NamedListNodeTest.java
##########
@@ -347,4 +348,28 @@ public void errors() throws Exception {
b.delete("X");
b.delete("Y");
}
+
+ /**
+ * Tests the {@link NamedListNode#update} method.
+ */
+ @Test
+ public void testUpdate() {
Review comment:
ok
--
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]