src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.java
changeset 53562 0d9dee001667
parent 49551 0d4786e42471
child 53879 e7cb0348fa1c
equal deleted inserted replaced
53561:3f4b89a17892 53562:0d9dee001667
   119 
   119 
   120     /**
   120     /**
   121      * {@inheritDoc}
   121      * {@inheritDoc}
   122      */
   122      */
   123     @Override
   123     @Override
   124     protected String getTableSummary() {
       
   125         return resources.getText("doclet.Member_Table_Summary",
       
   126                 resources.getText("doclet.Annotation_Type_Optional_Member_Summary"),
       
   127                 resources.getText("doclet.annotation_type_optional_members"));
       
   128     }
       
   129 
       
   130     /**
       
   131      * {@inheritDoc}
       
   132      */
       
   133     @Override
       
   134     protected Content getCaption() {
   124     protected Content getCaption() {
   135         return contents.getContent("doclet.Annotation_Type_Optional_Members");
   125         return contents.getContent("doclet.Annotation_Type_Optional_Members");
   136     }
   126     }
   137 
   127 
   138     /**
   128     /**