jdk/src/share/classes/java/sql/BatchUpdateException.java
changeset 23590 ffd8b0b70511
parent 21278 ef8a3a2a72f2
child 25976 4de01a56e3ee
--- a/jdk/src/share/classes/java/sql/BatchUpdateException.java	Fri Mar 28 11:57:02 2014 +0100
+++ b/jdk/src/share/classes/java/sql/BatchUpdateException.java	Fri Mar 28 15:56:24 2014 +0400
@@ -203,7 +203,6 @@
    * The <code>cause</code> is not initialized, and may subsequently be
    * initialized by a call to the
    * {@link Throwable#initCause(java.lang.Throwable)} method.
-   * <p>
    *
    * @since 1.2
    * @see #BatchUpdateException(java.lang.String, java.lang.String, int, long[],
@@ -378,7 +377,7 @@
    * there are commands in the batch; otherwise, it will contain an
    * update count for each command that executed successfully before
    * the <code>BatchUpdateException</code> was thrown.
-   *<P>
+   * <P>
    * The possible return values for this method were modified for
    * the Java 2 SDK, Standard Edition, version 1.3.  This was done to
    * accommodate the new option of continuing to process commands
@@ -410,7 +409,7 @@
    * <p>
    * This constructor should be used when the returned update count may exceed
    * {@link Integer#MAX_VALUE}.
-   * <p>
+   *
    * @param reason a description of the error
    * @param SQLState an XOPEN or SQL:2003 code identifying the exception
    * @param vendorCode an exception code used by a particular
@@ -448,7 +447,7 @@
    * <p>
    * This method should be used when {@code Statement.executeLargeBatch} is
    * invoked and the returned update count may exceed {@link Integer#MAX_VALUE}.
-   * <p>
+   *
    * @return an array of <code>long</code> containing the update counts
    * for the updates that were executed successfully before this error
    * occurred.  Or, if the driver continues to process commands after an