[#3608] Typo in documentation of transaction method

This commit is contained in:
Lukas Eder 2014-08-29 16:27:42 +02:00
parent 853e4a0a7e
commit bc537587c1

View File

@ -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.