[hibernate-commits] Hibernate SVN: r20279 - core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/engine.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 28 12:07:32 EDT 2010


Author: stliu
Date: 2010-08-28 12:07:31 -0400 (Sat, 28 Aug 2010)
New Revision: 20279

Modified:
   core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/engine/Nullability.java
Log:
typo in javadoc

Modified: core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/engine/Nullability.java
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/engine/Nullability.java	2010-08-27 21:44:31 UTC (rev 20278)
+++ core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/engine/Nullability.java	2010-08-28 16:07:31 UTC (rev 20279)
@@ -51,7 +51,7 @@
 	 *
 	 * @param values entity properties
 	 * @param persister class persister
-	 * @param isUpdate wether it is intended to be updated or saved
+	 * @param isUpdate whether it is intended to be updated or saved
 	 * @throws org.hibernate.PropertyValueException Break the nullability of one property
 	 * @throws HibernateException error while getting Component values
 	 */
@@ -192,7 +192,7 @@
 
 	/**
 	 * Return a well formed property path.
-	 * Basicaly, it will return parent.child
+	 * Basically, it will return parent.child
 	 *
 	 * @param parent parent in path
 	 * @param child child in path



More information about the hibernate-commits mailing list