gnodet commented on code in PR #1674:
URL: https://github.com/apache/maven-resolver/pull/1674#discussion_r2537986947
##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/named/NameMappers.java:
##########
@@ -46,11 +64,44 @@ public static NameMapper staticNameMapper() {
}
public static NameMapper gavNameMapper() {
- return GAVNameMapper.gav();
+ return gavNameMapper(false);
+ }
+
+ public static NameMapper gavNameMapper(boolean fileSystemFriendly) {
Review Comment:
Missing `@since`
--
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]