Skip to content

Commit

Permalink
Fixed JavaDoc issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Mar 7, 2020
1 parent ed46fa5 commit 0bc716b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ public class UnpackDependenciesMojo
*
* @throws MojoExecutionException with a message if an error occurs.
* @see #getDependencySets(boolean)
* @see #unpack(Artifact, File, String)
* @see #unpack(Artifact, String, File, String, String, String, FileMapper[])
* @see #unpack(Artifact, File, String, FileMapper[])
* @see #unpack(Artifact, File, String, String, String, FileMapper[])
*/
@Override
protected void doExecute()
Expand Down

0 comments on commit 0bc716b

Please sign in to comment.