[jOOQ/jOOQ#3419] Support annotation not needed here
This commit is contained in:
parent
81f4f490d5
commit
4a4e4bd0e6
@ -8570,7 +8570,6 @@ public interface DSLContext extends Scope {
|
||||
*
|
||||
* @see BatchedConnection BatchedConnection for details.
|
||||
*/
|
||||
@Support
|
||||
void batched(BatchedRunnable runnable);
|
||||
|
||||
/**
|
||||
@ -8579,7 +8578,6 @@ public interface DSLContext extends Scope {
|
||||
*
|
||||
* @see BatchedConnection BatchedConnection for details.
|
||||
*/
|
||||
@Support
|
||||
<T> T batchedResult(BatchedCallable<T> callable);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user