RFR: XS,doc JDK-8225306 bad headings in java.sql.rowset SyncProvider.java
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Jun 4 20:33:24 UTC 2019
Please review a tiny doc fix to make the headings in this file consistent.
The headings are currently:
$ grep 'h[1-6]'
open/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
* <h3>1.0 Naming Convention for Implementations</h3>
* <h2>2.0 How a <code>RowSet</code> Object Gets Its Provider</h2>
* <h2>3.0 Violations and Synchronization Issues</h2>
* <h2>4.0 Updatable SQL VIEWs</h2>
* <h2>5.0 <code>SyncProvider</code> Constants</h2>
The first one should be changed to <h2>.
No webrev; patch below.
-- Jon
JBS: https://bugs.openjdk.java.net/browse/JDK-8225306
$ hg diff -R open
diff -r ef23ea332077
src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
---
a/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
Tue Jun 04 11:55:51 2019 -0700
+++
b/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
Tue Jun 04 13:31:42 2019 -0700
@@ -55,7 +55,7 @@
* data. It uses the <code>XmlWriter</code> object to write itself to
a stream or
* <code>java.io.Writer</code> object in XML format.
*
- * <h3>1.0 Naming Convention for Implementations</h3>
+ * <h2>1.0 Naming Convention for Implementations</h2>
* As a guide to naming <code>SyncProvider</code>
* implementations, the following should be noted:
* <UL>
More information about the core-libs-dev
mailing list