You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/03/02 09:26:17 UTC

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #262: [MRESOLVER-337] Real cause when artifact not found with repository filtering

cstamas commented on code in PR #262:
URL: https://github.com/apache/maven-resolver/pull/262#discussion_r1122810455


##########
maven-resolver-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java:
##########
@@ -58,7 +59,7 @@ public ArtifactResolutionException(List<ArtifactResult> results, String message)
      *
      * @param results The resolution results at the point the exception occurred, may be {@code null}.
      * @param message The detail message, may be {@code null}.
-     * @param cause The exception that caused this one, may be {@code null}.
+     * @param cause   The exception that caused this one, may be {@code null}.

Review Comment:
   ?



-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org