From bc537587c1d0fb42fe435ec5fbfe6e5502e0630c Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 29 Aug 2014 16:27:42 +0200 Subject: [PATCH] [#3608] Typo in documentation of transaction method --- jOOQ/src/main/java/org/jooq/DSLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.