Fix javadoc

Closes gh-13274
This commit is contained in:
Eddú Meléndez
2018-05-27 23:42:47 -05:00
committed by Stephane Nicoll
parent 2c353762ab
commit 065eebfb4b
4 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import org.gradle.api.artifacts.PublishArtifactSet;
import org.gradle.api.tasks.TaskDependency;
/**
* A wrapper for a {@PublishArtifactSet} that ensures that only a single artifact is
* A wrapper for a {@link PublishArtifactSet} that ensures that only a single artifact is
* published, with a war file taking precedence over a jar file.
*
* @author Andy Wilkinson