langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ConstructorWriter.java
changeset 40303 96a1226aca18
parent 35426 374342e56a56
equal deleted inserted replaced
40302:8c0d8d2c3519 40303:96a1226aca18
   117      * Let the writer know whether a non public constructor was found.
   117      * Let the writer know whether a non public constructor was found.
   118      *
   118      *
   119      * @param foundNonPubConstructor true if we found a non public constructor.
   119      * @param foundNonPubConstructor true if we found a non public constructor.
   120      */
   120      */
   121     public void setFoundNonPubConstructor(boolean foundNonPubConstructor);
   121     public void setFoundNonPubConstructor(boolean foundNonPubConstructor);
   122 
       
   123     /**
       
   124      * Close the writer.
       
   125      */
       
   126     public void close() throws IOException;
       
   127 }
   122 }