[#3608] Typo in documentation of transaction method
This commit is contained in:
parent
853e4a0a7e
commit
bc537587c1
@ -215,7 +215,7 @@ public interface DSLContext {
|
||||
<T> T transactionResult(TransactionalCallable<T> transactional);
|
||||
|
||||
/**
|
||||
* Run a {@link TransactionalCallable} in the context of this
|
||||
* Run a {@link TransactionalRunnable} in the context of this
|
||||
* <code>DSLContext</code>'s underlying {@link #configuration()}'s
|
||||
* {@link Configuration#transactionProvider()}, and return the
|
||||
* <code>transactional</code>'s outcome.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user