[jOOQ/jOOQ#13513] LoaderLoadStep.execute() shouldn't have @CheckReturnValue annotation
This commit is contained in:
parent
4f5ad3ce74
commit
5050246b68
@ -75,7 +75,7 @@ public interface LoaderLoadStep<R extends Record> {
|
||||
* <code>Loader</code> object. They can be accessed using
|
||||
* {@link Loader#errors()}
|
||||
*/
|
||||
@NotNull @CheckReturnValue
|
||||
@NotNull
|
||||
@Support
|
||||
@Blocking
|
||||
Loader<R> execute() throws IOException;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user