Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3287,11 +3287,10 @@ private List<String> getArtifactsAbsolutePath(JavadocPathArtifact javadocArtifac
}

/**
* creates an {@link Artifact} representing the configured {@link JavadocPathArtifact} and resolves it.
* Creates an {@link Artifact} representing the configured {@link JavadocPathArtifact} and resolves it.
*
* @param javadocArtifact the {@link JavadocPathArtifact} to resolve
* @return a resolved {@link Artifact}
* @throws org.eclipse.aether.resolution.ArtifactResolutionException
* @throws org.eclipse.aether.resolution.ArtifactResolutionException issue while resolving artifact
*/
private Artifact createAndResolveArtifact(JavadocPathArtifact javadocArtifact)
Expand Down