gnodet commented on code in PR #2188:
URL: https://github.com/apache/maven/pull/2188#discussion_r2014586394


##########
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java:
##########
@@ -128,9 +128,7 @@ private void processTreeNodes(MetadataGraphVertex 
parentVertex, MetadataTreeNode
         }
 
         MetadataGraphVertex vertex = new MetadataGraphVertex(node.md, 
versionedVertices, scopedVertices);
-        if (!vertices.contains(vertex)) {
-            vertices.add(vertex);
-        }
+        vertices.add(vertex);

Review Comment:
   THat's a non trivial change, is this semantic change on purpose ?



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to