cstamas commented on code in PR #1495:
URL: https://github.com/apache/maven/pull/1495#discussion_r1587756658


##########
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java:
##########
@@ -116,17 +116,6 @@ public Artifact setVersion(String version) {
         return new RelocatedArtifact(artifact, groupId, artifactId, 
classifier, extension, version, message);
     }
 
-    @Deprecated
-    @Override
-    public Artifact setFile(File file) {

Review Comment:
   This will break compat, no?



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