elharo commented on code in PR #50:
URL:
https://github.com/apache/maven-dependency-tree/pull/50#discussion_r2375883099
##########
src/main/java/org/apache/maven/shared/dependency/graph/ConflictData.java:
##########
@@ -26,37 +26,36 @@
public class ConflictData {
private String winnerVersion;
- private String originalScope;
-
private String ignoredScope;
- private Boolean originaOptionality;
-
+ /**
+ * Construct ConflictData. Containing information about conflicts during
dependency resolution.
+ * Either this node lost the conflict and winnerVersion is set with the
version of the winnig node,
Review Comment:
winning
--
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]