src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 54106 9a90236ab64c
child 58679 9c3209ff7550
--- a/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java	Thu Oct 17 20:27:44 2019 +0100
+++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java	Thu Oct 17 20:53:35 2019 +0100
@@ -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>
@@ -90,13 +90,6 @@
  *     com.sun.rowset.providers.RIOptimisticProvider
  * </pre>
  * <p>
- * A vendor can register a <code>SyncProvider</code> implementation class name
- * with Oracle Corporation by sending email to jdbc@sun.com.
- * Oracle will maintain a database listing the
- * available <code>SyncProvider</code> implementations for use with compliant
- * <code>RowSet</code> implementations.  This database will be similar to the
- * one already maintained to list available JDBC drivers.
- * <P>
  * Vendors should refer to the reference implementation synchronization
  * providers for additional guidance on how to implement a new
  * <code>SyncProvider</code> implementation.