--- old/src/share/classes/javax/sql/rowset/serial/package.html 2014-08-08 07:02:20.000000000 -0400 +++ new/src/share/classes/javax/sql/rowset/serial/package.html 2014-08-08 07:02:20.000000000 -0400 @@ -87,7 +87,7 @@

5.0 SerialDatalink

A serializable mapping in the Java programming language of an SQL DATALINK value. A DATALINK value references a file outside of the underlying data source -that the the originating data source manages.
+that the originating data source manages.

RowSet implementations can use the method RowSet.getURL() to retrieve a java.net.URL object, which can be used to manipulate the external data. @@ -141,7 +141,7 @@ The SQLInputImpl class provides a set of reader methods analogous to the ResultSet getter methods. These methods make it possible to read the values in an SQLInputImpl object. The method -wasNull is used to determine whether the the last value read was SQL NULL. +wasNull is used to determine whether the last value read was SQL NULL.

When a constructor or getter method that takes a Map object is called,