langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageUseWriter.java
changeset 37943 2efb75c09230
parent 35426 374342e56a56
child 40303 96a1226aca18
equal deleted inserted replaced
37942:b0e834553947 37943:2efb75c09230
   302         }
   302         }
   303         return bodyTree;
   303         return bodyTree;
   304     }
   304     }
   305 
   305 
   306     /**
   306     /**
       
   307      * Get the module link.
       
   308      *
       
   309      * @return a content tree for the module link
       
   310      */
       
   311     @Override
       
   312     protected Content getNavLinkModule() {
       
   313         Content linkContent = getModuleLink(utils.elementUtils.getModuleOf(packageElement),
       
   314                 moduleLabel);
       
   315         Content li = HtmlTree.LI(linkContent);
       
   316         return li;
       
   317     }
       
   318 
       
   319     /**
   307      * Get this package link.
   320      * Get this package link.
   308      *
   321      *
   309      * @return a content tree for the package link
   322      * @return a content tree for the package link
   310      */
   323      */
   311     protected Content getNavLinkPackage() {
   324     protected Content getNavLinkPackage() {