[hibernate-commits] Hibernate SVN: r20344 - core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Sep 10 04:40:13 EDT 2010


Author: stliu
Date: 2010-09-10 04:40:12 -0400 (Fri, 10 Sep 2010)
New Revision: 20344

Modified:
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/Transaction.java
Log:
typo in javadoc

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/Transaction.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/Transaction.java	2010-09-09 14:35:51 UTC (rev 20343)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/Transaction.java	2010-09-10 08:40:12 UTC (rev 20344)
@@ -82,7 +82,7 @@
 	 * Again, this only returns information in relation to the
 	 * local transaction, not the actual underlying transaction.
 	 *
-	 * @return boolean Treu if this local transaction is still active.
+	 * @return boolean True if this local transaction is still active.
 	 */
 	public boolean isActive() throws HibernateException;
 



More information about the hibernate-commits mailing list