jdk/src/share/classes/java/sql/Statement.java
changeset 20880 1b610151b316
parent 18156 edb590d448c5
child 21278 ef8a3a2a72f2
--- a/jdk/src/share/classes/java/sql/Statement.java	Thu Oct 17 12:00:20 2013 -0700
+++ b/jdk/src/share/classes/java/sql/Statement.java	Thu Oct 17 15:14:58 2013 -0400
@@ -559,7 +559,7 @@
      * <code>BatchUpdateException.getUpdateCounts</code>
      * will contain as many elements as there are commands in the batch, and
      * at least one of the elements will be the following:
-     * <P>
+     *
      * <LI>A value of <code>EXECUTE_FAILED</code> -- indicates that the command failed
      * to execute successfully and occurs only if a driver continues to
      * process commands after a command fails
@@ -1165,7 +1165,7 @@
      * <code>BatchUpdateException.getLargeUpdateCounts</code>
      * will contain as many elements as there are commands in the batch, and
      * at least one of the elements will be the following:
-     * <P>
+     *
      * <LI>A value of <code>EXECUTE_FAILED</code> -- indicates that the command failed
      * to execute successfully and occurs only if a driver continues to
      * process commands after a command fails