gnodet commented on code in PR #995:
URL: https://github.com/apache/maven/pull/995#discussion_r1121345217
##########
maven-core/src/main/java/org/apache/maven/internal/impl/DefaultArtifactCoordinate.java:
##########
@@ -30,11 +31,11 @@
* A wrapper class around a maven resolver artifact.
*/
public class DefaultArtifactCoordinate implements ArtifactCoordinate {
- private final @Nonnull AbstractSession session;
Review Comment:
Can this change be removed from this PR ? It's completely unrelated.
Also, if we do change that, other classes such as `DefaultArtifact` and
maybe others use the same mechanism and should be changed at the same time.
--
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]