Skip to content

Commit 16072f5

Browse files
Fix javadocs
1 parent 645cb05 commit 16072f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/ResolveTransitiveDependenciesParallel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
/**
4242
* Resolves the transitive (compile) LARGE dependencies of an imaginary artifact in parallel.
43-
* This is the reproducer for locking issues: <a href="https://github.com/apache/maven-resolver/issues/1644>GH-1644</a>
43+
* This is the reproducer for locking issues: <a href="https://github.com/apache/maven-resolver/issues/1644">GH-1644</a>
4444
* This code does NOT run as part of build/tests, it is meant to be ad-hoc run from IDE or alike.
4545
*/
4646
public class ResolveTransitiveDependenciesParallel {

0 commit comments

Comments
 (0)