Skip to content

Commit

Permalink
HHH-7597 Small error in AvailableSettings JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Sep 14, 2012
1 parent 3a72b45 commit b040866
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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";
Expand Down

0 comments on commit b040866

Please sign in to comment.