< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/LinkInfoImpl.java

Print this page

        

@@ -324,11 +324,11 @@
         return this;
     }
 
     /**
      * Set the target to be used for the link.
-     * @param styleName  String style of text defined in style sheet.
+     * @param target the target name.
      */
     public LinkInfoImpl target(String target) {
         this.target = target;
         return this;
     }
< prev index next >