You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/08/20 23:33:50 UTC

[maven-antrun-plugin] branch master updated: Fix checkstyle issue

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 570c59f  Fix checkstyle issue
570c59f is described below

commit 570c59ffd3a49ec74e3e84f58115eae1c6fd0e21
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Aug 21 01:33:38 2020 +0200

    Fix checkstyle issue
---
 src/main/java/org/apache/maven/ant/tasks/DependencyFilesetsTask.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/ant/tasks/DependencyFilesetsTask.java b/src/main/java/org/apache/maven/ant/tasks/DependencyFilesetsTask.java
index 3e78fdc..d307b7b 100644
--- a/src/main/java/org/apache/maven/ant/tasks/DependencyFilesetsTask.java
+++ b/src/main/java/org/apache/maven/ant/tasks/DependencyFilesetsTask.java
@@ -165,7 +165,7 @@ public class DependencyFilesetsTask
     }
 
     /**
-     * @return RefId for the fileset containing all project dependencies - default <code>maven.project.dependencies</code>
+     * @return RefId for the fileset containing all project dependencies - default maven.project.dependencies
      */
     public String getProjectDependenciesId()
     {