You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/03/21 09:13:32 UTC

[maven-dependency-plugin] branch master updated: Removed @param for a parameter which does not exists.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f1dc03  Removed @param for a parameter which does not exists.
5f1dc03 is described below

commit 5f1dc03ab3b5b8b59249c18deb88a1533d4ce0cd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 21 10:13:09 2019 +0100

    Removed @param for a parameter which does not exists.
---
 .../org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java b/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
index 22f16f3..b86b941 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
@@ -362,7 +362,6 @@ public class PurgeLocalRepositoryMojo
      * Purges the local repository for the dependencies in the given Maven project.
      *
      * @param theProject Maven project.
-     * @param resolvedArtifactsToPurge The artifacts that were already purged.
      * @throws MojoFailureException in case of errors during the purge.
      */
     private void purgeLocalRepository( MavenProject theProject, Set<Artifact> purgedArtifacts )