jdk/src/share/classes/javax/sql/RowSet.java
changeset 20880 1b610151b316
parent 18564 f9db68ff2cbb
child 21278 ef8a3a2a72f2
--- a/jdk/src/share/classes/javax/sql/RowSet.java	Thu Oct 17 12:00:20 2013 -0700
+++ b/jdk/src/share/classes/javax/sql/RowSet.java	Thu Oct 17 15:14:58 2013 -0400
@@ -1214,7 +1214,7 @@
    *  <code>Struct</code>, <code>java.net.URL</code>,
    * or <code>Array</code>, the driver should pass it to the database as a
    * value of the corresponding SQL type.
-   * <P>
+   *
    *
    * <p>Note that this method may be used to pass datatabase-specific
    * abstract data types.
@@ -1384,7 +1384,7 @@
    *  <code>Struct</code>, <code>java.net.URL</code>,
    * or <code>Array</code>, the driver should pass it to the database as a
    * value of the corresponding SQL type.
-   * <P>
+   *
    * <P>
    * An exception is thrown if there is an ambiguity, for example, if the
    * object is of a class implementing more than one of these interfaces.