Please review another round of fixes for HTML issues, this time in java.naming.

As with the management APIs, there were some inconsistencies in the ranks for the headings, which have been addressed.  The log with the simplified diff listing is attached.

-- Jon

JBS: https://bugs.openjdk.java.net/browse/JDK-8225129
Webrev: http://cr.openjdk.java.net/~jjg/8225129/webrev.00/webrev/index.html



>>> open/src/java.naming/share/classes/javax/naming/directory/package.html
BEFORE:
<h3>The Directory Context</h3>
<h4>Searches</h4>
<h2>Package Specification</h2>

AFTER:
<h2>The Directory Context</h2>
<h3>Searches</h3>
<h2>Package Specification</h2>


>>> open/src/java.naming/share/classes/javax/naming/event/package.html
BEFORE:
<h3>Naming Events</h3>
<h4>Threading Issues</h4>
<h4>Exception Handling</h4>
<h2>Package Specification</h2>

AFTER:
<h2>Naming Events</h2>
<h3>Threading Issues</h3>
<h3>Exception Handling</h3>
<h2>Package Specification</h2>


>>> open/src/java.naming/share/classes/javax/naming/ldap/InitialLdapContext.java
BEFORE:
  * <h1>Request Controls</h1>

AFTER:
  * <h2>Request Controls</h2>


>>> open/src/java.naming/share/classes/javax/naming/ldap/package.html
BEFORE:
<h3>Extended Operations</h3>
<h3>Controls</h3>
<h2>Package Specification</h2>

AFTER:
<h2>Extended Operations</h2>
<h2>Controls</h2>
<h2>Package Specification</h2>


>>> open/src/java.naming/share/classes/javax/naming/package.html
BEFORE:
<h3>Context</h3>
<h3>Names</h3>
<h3>Bindings</h3>
<h3>References</h3>
<h3>The Initial Context</h3>
<h3>Exceptions</h3>
<h2>Package Specification</h2>

AFTER:
<h2>Context</h2>
<h2>Names</h2>
<h2>Bindings</h2>
<h2>References</h2>
<h2>The Initial Context</h2>
<h2>Exceptions</h2>
<h2>Package Specification</h2>


>>> open/src/java.naming/share/classes/javax/naming/spi/package.html
BEFORE:
<h3>Plug-in Architecture</h3>
<h3>Java Object Support</h3>
<h3>Multiple Naming Systems (Federation)</h3>
<h2>Package Specification</h2>

AFTER:
<h2>Plug-in Architecture</h2>
<h2>Java Object Support</h2>
<h2>Multiple Naming Systems (Federation)</h2>
<h2>Package Specification</h2>


Reply via email to