Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… NO AUTO

Co-authored-by: Tomo Česnik <[email protected]>
  • Loading branch information
2 people authored and gem-neo4j committed Jul 12, 2022
1 parent 9f96a7b commit 117a729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ private AnyValue convertToValueRecursive(Object... toConverts) {
return VirtualValues.list(objects);
} else if (toConvert instanceof Map) {
Map<String, Object> map = (Map) toConvert;
MapValueBuilder builder = new MapValueBuilder(map.size());
MapValueBuilder builder = new MapValueBuilder();
map.entrySet().stream().forEach(e -> {
builder.add(e.getKey(), convertToValueRecursive(e.getValue()));
});
Expand Down

0 comments on commit 117a729

Please sign in to comment.