langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/ConstantsSummaryBuilder.java
changeset 40303 96a1226aca18
parent 36526 3b41f1c69604
child 40587 1c355ea550ed
equal deleted inserted replaced
40302:8c0d8d2c3519 40303:96a1226aca18
   151     public void buildConstantSummary(XMLNode node, Content contentTree) throws Exception {
   151     public void buildConstantSummary(XMLNode node, Content contentTree) throws Exception {
   152         contentTree = writer.getHeader();
   152         contentTree = writer.getHeader();
   153         buildChildren(node, contentTree);
   153         buildChildren(node, contentTree);
   154         writer.addFooter(contentTree);
   154         writer.addFooter(contentTree);
   155         writer.printDocument(contentTree);
   155         writer.printDocument(contentTree);
   156         writer.close();
       
   157     }
   156     }
   158 
   157 
   159     /**
   158     /**
   160      * Build the list of packages.
   159      * Build the list of packages.
   161      *
   160      *