src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ConstructorWriterImpl.java
changeset 55232 9b392b044f64
parent 55197 0ca8e495bbba
child 55339 0530705ca300
equal deleted inserted replaced
55231:02db50f278f9 55232:9b392b044f64
   192 
   192 
   193     /**
   193     /**
   194      * {@inheritDoc}
   194      * {@inheritDoc}
   195      */
   195      */
   196     @Override
   196     @Override
   197     public Content getConstructorDoc(Content constructorDocTree,
   197     public Content getConstructorDoc(Content constructorDocTree) {
   198             boolean isLastContent) {
   198         return getMemberTree(constructorDocTree);
   199         return getMemberTree(constructorDocTree, isLastContent);
       
   200     }
   199     }
   201 
   200 
   202     /**
   201     /**
   203      * Let the writer know whether a non public constructor was found.
   202      * Let the writer know whether a non public constructor was found.
   204      *
   203      *