Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8248060: small HTML issues in java.xml package-info.java files
Browse files Browse the repository at this point in the history
Reviewed-by: joehw
  • Loading branch information
jonathan-gibbons committed Jul 2, 2020
1 parent 72ae322 commit dc0c0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/java.xml/share/classes/javax/xml/stream/package-info.java
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/java.xml/share/classes/org/xml/sax/package-info.java
Expand Up @@ -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>
Expand Down

0 comments on commit dc0c0c7

Please sign in to comment.