diff --git a/jOOQ/src/main/java/org/jooq/DSLContext.java b/jOOQ/src/main/java/org/jooq/DSLContext.java index 5a2b3cb8c9..022f60307b 100644 --- a/jOOQ/src/main/java/org/jooq/DSLContext.java +++ b/jOOQ/src/main/java/org/jooq/DSLContext.java @@ -215,7 +215,7 @@ public interface DSLContext { T transactionResult(TransactionalCallable transactional); /** - * Run a {@link TransactionalCallable} in the context of this + * Run a {@link TransactionalRunnable} in the context of this * DSLContext's underlying {@link #configuration()}'s * {@link Configuration#transactionProvider()}, and return the * transactional's outcome.