(doc) Fix javadoc: tag not supported in the generated HTML version: tt
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 @@
      * 
      * @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 )
     {