diff -r 3195a713e24d src/java.sql.rowset/share/classes/javax/sql/rowset/package.html --- a/src/java.sql.rowset/share/classes/javax/sql/rowset/package.html Mon May 21 23:40:52 2018 +0000 +++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/package.html Fri May 25 13:58:17 2018 -0400 @@ -51,7 +51,7 @@
RowSet
interfaces.
All five extend the
-RowSet interface described in the JDBC 3.0
+RowSet interface described in the JDBC 3.0
specification. It is anticipated that additional definitions
of more specialized JDBC RowSet
types will emerge as this technology
matures. Future definitions should be specified as subinterfaces using
@@ -97,10 +97,10 @@
WebRowSet
object is an extension of CachedRowSet
that can read and write a RowSet
object in a well formed XML format.
This class calls an XmlReader
object
-(an extension of the RowSetReader
+(an extension of the RowSetReader
interface) to read a rowset in XML format. It calls an
XmlWriter
object (an extension of the
-RowSetWriter
interface)
+RowSetWriter
interface)
to write a rowset in XML format. The reader and writer required by
WebRowSet
objects are provided by the
SyncFactory
in the form of SyncProvider
@@ -243,7 +243,7 @@
The RowsetMetaDataImpl
class is a utility class that provides an implementation of the
-RowSetMetaData interface, supplying standard setter
+RowSetMetaData interface, supplying standard setter
method implementations for metadata for both connected and disconnected
RowSet
objects. All implementations are free to use this standard
implementation but are not required to do so.
@@ -252,7 +252,7 @@
The RowSetWarning
class provides warnings that can be set
on RowSet
implementations.
-Similar to SQLWarning objects,
+Similar to SQLWarning objects,
RowSetWarning
objects are silently chained to the object whose method
caused the warning to be thrown. All RowSet
implementations should
ensure that this chaining occurs if a warning is generated and also ensure that the
diff -r 3195a713e24d src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html
--- a/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html Mon May 21 23:40:52 2018 +0000
+++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html Fri May 25 13:58:17 2018 -0400
@@ -480,7 +480,7 @@