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

changeset 1747
df4f44800923
parent 1737
7a9ef837e57f
child 1935
8c55df2442c1
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/FieldWriterImpl.java	Tue May 14 10:14:55 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/FieldWriterImpl.java	Tue May 14 10:14:55 2013 -0700
     1.3 @@ -203,8 +203,8 @@
     1.4      /**
     1.5       * {@inheritDoc}
     1.6       */
     1.7 -    public String getCaption() {
     1.8 -        return configuration.getText("doclet.Fields");
     1.9 +    public Content getCaption() {
    1.10 +        return configuration.getResource("doclet.Fields");
    1.11      }
    1.12  
    1.13      /**

mercurial