src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/LinkInfoImpl.java
changeset 47395 2ea4edfdef8e
parent 47216 71c04702a3d5
child 47851 6a9bb4f77d50
equal deleted inserted replaced
47394:c28e2522ac81 47395:2ea4edfdef8e
   324         return this;
   324         return this;
   325     }
   325     }
   326 
   326 
   327     /**
   327     /**
   328      * Set the target to be used for the link.
   328      * Set the target to be used for the link.
   329      * @param styleName  String style of text defined in style sheet.
   329      * @param target the target name.
   330      */
   330      */
   331     public LinkInfoImpl target(String target) {
   331     public LinkInfoImpl target(String target) {
   332         this.target = target;
   332         this.target = target;
   333         return this;
   333         return this;
   334     }
   334     }