JDK-8220258 : fix headings in java.smartcardio
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.smartcardio
  • Affected Version: 13
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2019-03-07
  • Updated: 2019-04-03
  • Resolved: 2019-03-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b12Fixed
Related Reports
Relates :  
Description
The following issues are reported regarding headings in documentation comments.
For a general background information, see this message to jdk-dev@ojn.
   https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002671.html



open/src/java.smartcardio/share/classes/javax/smartcardio/package-info.java:72: Note: missing heading <h2>
 * <h3>API Example</h3>
   ^




Comments
Change to start with h2 instead of h3
11-03-2019