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 2021/01/23 00:59:54 UTC

[maven-common-artifact-filters] branch master updated: (doc) Fix javadoc: tag not supported in the generated HTML version: tt

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-common-artifact-filters.git


The following commit(s) were added to refs/heads/master by this push:
     new a651c7a  (doc) Fix javadoc: tag not supported in the generated HTML version: tt
a651c7a is described below

commit a651c7a4e4ef44003dc29b823e3f062200d79543
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 01:59:45 2021 +0100

    (doc) Fix javadoc: tag not supported in the generated HTML version: tt
---
 .../apache/maven/shared/artifact/filter/collection/FilterArtifacts.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/shared/artifact/filter/collection/FilterArtifacts.java b/src/main/java/org/apache/maven/shared/artifact/filter/collection/FilterArtifacts.java
index 7054d03..2d439e6 100644
--- a/src/main/java/org/apache/maven/shared/artifact/filter/collection/FilterArtifacts.java
+++ b/src/main/java/org/apache/maven/shared/artifact/filter/collection/FilterArtifacts.java
@@ -67,7 +67,7 @@ public class FilterArtifacts
      * 
      * @param index at which index the specified filter is to be inserted.
      * @param filter the filter to be inserted.
-     * @throws IndexOutOfBoundsException if index is out of range <tt>(index &lt; 0 || index &gt; size())</tt>.
+     * @throws IndexOutOfBoundsException if index is out of range <code>(index &lt; 0 || index &gt; size())</code>.
      */
     public void addFilter( int index, ArtifactsFilter filter )
     {