mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-16 18:00:29 +00:00
7006454: Typo in javadocs typo for Statement.executeBatch @since
Reviewed-by: alanb
This commit is contained in:
parent
3f8b4d6b64
commit
e7d9fa1a92
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user