--- old/src/share/classes/javax/sql/StatementEventListener.java 2014-04-09 04:40:18.282237862 -0700 +++ new/src/share/classes/javax/sql/StatementEventListener.java 2014-04-09 04:40:18.129236849 -0700 @@ -52,7 +52,7 @@ *

* Methods which allow a component to register a StatementEventListener with a * PooledConnection have been added to the PooledConnection interface. - *

+ * * @since 1.6 */ public interface StatementEventListener extends java.util.EventListener{ @@ -72,13 +72,13 @@ * PreparedStatement is invalid. The driver calls this method * just before it throws the SQLException, * contained in the given event, to the application. - *

- * @param event an event object describing the source of the event, - * the statement that is invalid and the exception the - * driver is about to throw. The source of the event is - * the PooledConnection which the invalid PreparedStatement - * is associated with. - *

+ * + * @param event an event object describing the source of the event, + * the statement that is invalid and the exception the + * driver is about to throw. The source of the event is + * the PooledConnection which the invalid PreparedStatement + * is associated with. + * * @since 1.6 */ void statementErrorOccurred(StatementEvent event);