[jOOQ/jOOQ#11243] Added missing @NotNull annotation
This commit is contained in:
parent
0acb21359d
commit
41590b2b53
@ -243,6 +243,7 @@ public interface Context<C extends Context<C>> extends Scope {
|
||||
/**
|
||||
* Skip an update count produced by this query.
|
||||
*/
|
||||
@NotNull
|
||||
C skipUpdateCount();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user