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

changeset 1746
bd51ca92c013
parent 1740
ce4f0769b4b2
child 1833
f1b90ea7d402
equal deleted inserted replaced
1745:937aa020c667 1746:bd51ca92c013
195 configuration.getText("doclet.packages")); 195 configuration.getText("doclet.packages"));
196 modifierTypeHeader = configuration.getText("doclet.0_and_1", 196 modifierTypeHeader = configuration.getText("doclet.0_and_1",
197 configuration.getText("doclet.Modifier"), 197 configuration.getText("doclet.Modifier"),
198 configuration.getText("doclet.Type")); 198 configuration.getText("doclet.Type"));
199 overviewLabel = getResource("doclet.Overview"); 199 overviewLabel = getResource("doclet.Overview");
200 defaultPackageLabel = new RawHtml( 200 defaultPackageLabel = new StringContent(DocletConstants.DEFAULT_PACKAGE_NAME);
201 Util.escapeHtmlChars(DocletConstants.DEFAULT_PACKAGE_NAME));
202 packageLabel = getResource("doclet.Package"); 201 packageLabel = getResource("doclet.Package");
203 profileLabel = getResource("doclet.Profile"); 202 profileLabel = getResource("doclet.Profile");
204 useLabel = getResource("doclet.navClassUse"); 203 useLabel = getResource("doclet.navClassUse");
205 prevLabel = getResource("doclet.Prev"); 204 prevLabel = getResource("doclet.Prev");
206 nextLabel = getResource("doclet.Next"); 205 nextLabel = getResource("doclet.Next");

mercurial