ibessonov commented on code in PR #5699:
URL: https://github.com/apache/ignite-3/pull/5699#discussion_r2063041204


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/tree/ConverterToMapVisitor.java:
##########
@@ -132,50 +130,21 @@ public Object visitNamedListNode(Field field, String key, 
NamedListNode<?> node)
             return null;
         }
 
-        Object renderedList;
+        Map<String, Object> map = newHashMap(node.size());

Review Comment:
   Renamed to `innerMap` to be consistent with other methods



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