8248060: small HTML issues in java.xml package-info.java files

Reviewed-by: joehw
This commit is contained in:
Jonathan Gibbons 2020-07-02 10:21:21 -07:00
parent 72ae322022
commit dc0c0c7eca
2 changed files with 2 additions and 3 deletions

View File

@ -41,8 +41,8 @@
* <p>
* StAX supports plugability with {@link XMLInputFactory} and
* {@link XMLOutputFactory} that define how an implementation is
* located through a process as described in the {@link newFactory}
* method.
* located through a process as described in the {@code newFactory}
* methods.
*
*
* @since 1.6

View File

@ -27,7 +27,6 @@
* Provides the interfaces for the Simple API for XML (SAX). Supports both
* the SAX1 and SAX2 APIs.
*
* <p>
* <h2> SAX2 Standard Feature Flags </h2>
*
* <p>