7006454: Typo in javadocs typo for Statement.executeBatch @since

Reviewed-by: alanb
This commit is contained in:
Lance Andersen 2010-12-14 16:08:43 -05:00
parent 3f8b4d6b64
commit e7d9fa1a92

View File

@ -577,7 +577,7 @@ public interface Statement extends Wrapper, AutoCloseable {
*
* @see #addBatch
* @see DatabaseMetaData#supportsBatchUpdates
* @since 1.3
* @since 1.2
*/
int[] executeBatch() throws SQLException;