--- old/src/share/classes/javax/sql/rowset/package.html 2014-08-08 07:02:13.000000000 -0400 +++ new/src/share/classes/javax/sql/rowset/package.html 2014-08-08 07:02:12.000000000 -0400 @@ -156,7 +156,7 @@
  • 3.2 Role of the BaseRowSet Class

    A compliant JDBC RowSet implementation must implement one or more -standard interfaces specified in this package and and may extend the +standard interfaces specified in this package and may extend the BaseRowSet abstract class. For example, a CachedRowSet implementation must implement the CachedRowSet interface and extend the BaseRowSet abstract class. The