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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e3aa46  (doc) Fix spurious javadoc @param tag
7e3aa46 is described below

commit 7e3aa4617a9903176727169b7469bf560e5bdff9
Author: Piotrek Żygieło <pzygi...@users.noreply.github.com>
AuthorDate: Fri Oct 23 16:09:36 2020 +0200

    (doc) Fix spurious javadoc @param tag
---
 .../src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/indexer-core/src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java
 
b/indexer-core/src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java
index 75cf6fd..41023b4 100644
--- 
a/indexer-core/src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java
+++ 
b/indexer-core/src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java
@@ -224,7 +224,7 @@ public abstract class AbstractTreeNode
     /**
      * Set the version of this node.
      * 
-     * @param String
+     * @param version
      */
     public void setVersion( String version )
     {

Reply via email to