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

changeset 1747
df4f44800923
parent 1741
4c43e51433ba
child 2101
933ba3f81a87
equal deleted inserted replaced
1746:bd51ca92c013 1747:df4f44800923
223 } 223 }
224 224
225 /** 225 /**
226 * {@inheritDoc} 226 * {@inheritDoc}
227 */ 227 */
228 public String getCaption() { 228 public Content getCaption() {
229 return configuration.getText("doclet.Constructors"); 229 return configuration.getResource("doclet.Constructors");
230 } 230 }
231 231
232 /** 232 /**
233 * {@inheritDoc} 233 * {@inheritDoc}
234 */ 234 */

mercurial