src/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.java

changeset 1747
df4f44800923
parent 1736
74cd21f2c2fe
child 1935
8c55df2442c1
equal deleted inserted replaced
1746:bd51ca92c013 1747:df4f44800923
181 } 181 }
182 182
183 /** 183 /**
184 * {@inheritDoc} 184 * {@inheritDoc}
185 */ 185 */
186 public String getCaption() { 186 public Content getCaption() {
187 return configuration.getText("doclet.Annotation_Type_Required_Members"); 187 return configuration.getResource("doclet.Annotation_Type_Required_Members");
188 } 188 }
189 189
190 /** 190 /**
191 * {@inheritDoc} 191 * {@inheritDoc}
192 */ 192 */

mercurial