diff -r 05811931e266 -r 1b610151b316 jdk/src/share/classes/java/sql/Statement.java --- 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 @@ * BatchUpdateException.getUpdateCounts * will contain as many elements as there are commands in the batch, and * at least one of the elements will be the following: - *

+ * *

  • A value of EXECUTE_FAILED -- 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 @@ * BatchUpdateException.getLargeUpdateCounts * will contain as many elements as there are commands in the batch, and * at least one of the elements will be the following: - *

    + * *

  • A value of EXECUTE_FAILED -- indicates that the command failed * to execute successfully and occurs only if a driver continues to * process commands after a command fails