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

changeset 1747
df4f44800923
parent 1741
4c43e51433ba
child 1935
8c55df2442c1
equal deleted inserted replaced
1746:bd51ca92c013 1747:df4f44800923
221 } 221 }
222 222
223 /** 223 /**
224 * {@inheritDoc} 224 * {@inheritDoc}
225 */ 225 */
226 public String getCaption() { 226 public Content getCaption() {
227 return configuration.getText("doclet.Methods"); 227 return configuration.getResource("doclet.Methods");
228 } 228 }
229 229
230 /** 230 /**
231 * {@inheritDoc} 231 * {@inheritDoc}
232 */ 232 */

mercurial