From b040866c2ce7e1ab7ba2f3a82be59d42d5f7d906 Mon Sep 17 00:00:00 2001 From: Emmanuel Bernard Date: Fri, 14 Sep 2012 11:00:30 +0200 Subject: [PATCH] HHH-7597 Small error in AvailableSettings JavaDoc --- .../src/main/java/org/hibernate/cfg/AvailableSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java b/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java index 74f75967ee..ec58aa3973 100644 --- a/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java +++ b/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java @@ -269,7 +269,7 @@ public interface AvailableSettings { public static final String CURRENT_SESSION_CONTEXT_CLASS = "hibernate.current_session_context_class"; /** - * Names the implementation of {@link org.hibernate.engine.transaction.spi.TransactionContext} to use for + * Names the implementation of {@link org.hibernate.engine.transaction.spi.TransactionFactory} to use for * creating {@link org.hibernate.Transaction} instances */ public static final String TRANSACTION_STRATEGY = "hibernate.transaction.factory_class";