langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/LinkInfoImpl.java
changeset 31751 ec251536a004
parent 25874 83c19f00452c
child 34752 9c262a013456
equal deleted inserted replaced
31750:c65c37c0c691 31751:ec251536a004
   245         this.executableMemberDoc = executableMemberDoc;
   245         this.executableMemberDoc = executableMemberDoc;
   246         setContext(context);
   246         setContext(context);
   247     }
   247     }
   248 
   248 
   249     /**
   249     /**
   250      * {@inherotDoc}
   250      * {@inheritDoc}
   251      */
   251      */
   252     protected Content newContent() {
   252     protected Content newContent() {
   253         return new ContentBuilder();
   253         return new ContentBuilder();
   254     }
   254     }
   255 
   255