langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassUseWriter.java
changeset 37943 2efb75c09230
parent 35426 374342e56a56
child 39364 bd6d4a7936b4
equal deleted inserted replaced
37942:b0e834553947 37943:2efb75c09230
   503         }
   503         }
   504         return bodyTree;
   504         return bodyTree;
   505     }
   505     }
   506 
   506 
   507     /**
   507     /**
       
   508      * Get the module link.
       
   509      *
       
   510      * @return a content tree for the module link
       
   511      */
       
   512     @Override
       
   513     protected Content getNavLinkModule() {
       
   514         Content linkContent = getModuleLink(utils.elementUtils.getModuleOf(typeElement),
       
   515                 moduleLabel);
       
   516         Content li = HtmlTree.LI(linkContent);
       
   517         return li;
       
   518     }
       
   519 
       
   520     /**
   508      * Get this package link.
   521      * Get this package link.
   509      *
   522      *
   510      * @return a content tree for the package link
   523      * @return a content tree for the package link
   511      */
   524      */
   512     protected Content getNavLinkPackage() {
   525     protected Content getNavLinkPackage() {