langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/ProfileSummaryBuilder.java
changeset 25454 376a52c9540c
parent 24221 2376793dd33b
equal deleted inserted replaced
25453:be80cf0463b3 25454:376a52c9540c
   127         contentTree = profileWriter.getProfileHeader(profile.name);
   127         contentTree = profileWriter.getProfileHeader(profile.name);
   128         buildChildren(node, contentTree);
   128         buildChildren(node, contentTree);
   129         profileWriter.addProfileFooter(contentTree);
   129         profileWriter.addProfileFooter(contentTree);
   130         profileWriter.printDocument(contentTree);
   130         profileWriter.printDocument(contentTree);
   131         profileWriter.close();
   131         profileWriter.close();
   132         Util.copyDocFiles(configuration, DocPaths.profileSummary(profile.name));
   132         utils.copyDocFiles(configuration, DocPaths.profileSummary(profile.name));
   133     }
   133     }
   134 
   134 
   135     /**
   135     /**
   136      * Build the content for the profile doc.
   136      * Build the content for the profile doc.
   137      *
   137      *