[
https://issues.apache.org/jira/browse/MNG-8059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17819723#comment-17819723
]
ASF GitHub Bot commented on MNG-8059:
-------------------------------------
cstamas commented on code in PR #1413:
URL: https://github.com/apache/maven/pull/1413#discussion_r1499567548
##########
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/DefaultType.java:
##########
@@ -66,6 +66,13 @@ public DefaultType(
this.properties = Collections.unmodifiableMap(properties);
}
+ /**
+ * Copy constructor.
+ */
+ public DefaultType(String id) {
Review Comment:
TODO: this may be not needed, there is only one use of it AFAIR
> Move Resolver off java.io.File to NIO2 Paths
> --------------------------------------------
>
> Key: MNG-8059
> URL: https://issues.apache.org/jira/browse/MNG-8059
> Project: Maven
> Issue Type: Task
> Components: Artifacts and Repositories
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 4.0.0, 4.0.0-alpha-13
>
>
> Followup of MRESOLVER-496
--
This message was sent by Atlassian Jira
(v8.20.10#820010)