[hibernate-commits] Hibernate SVN: r19850 - core/branches/Branch_3_5/annotations/src/main/java/org/hibernate/annotations.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 29 03:04:07 EDT 2010


Author: stliu
Date: 2010-06-29 03:04:07 -0400 (Tue, 29 Jun 2010)
New Revision: 19850

Modified:
   core/branches/Branch_3_5/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java
Log:
HHH-5336 a few typo fixes

Modified: core/branches/Branch_3_5/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java
===================================================================
--- core/branches/Branch_3_5/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java	2010-06-29 07:01:11 UTC (rev 19849)
+++ core/branches/Branch_3_5/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java	2010-06-29 07:04:07 UTC (rev 19850)
@@ -24,7 +24,7 @@
 package org.hibernate.annotations;
 
 /**
- * Type of avaliable polymorphism for a particular entity
+ * Type of available polymorphism for a particular entity
  *
  * @author Emmanuel Bernard
  */
@@ -34,7 +34,7 @@
 	 */
 	IMPLICIT,
 	/**
-	 * this entity is retrived only if explicitly asked
+	 * this entity is retrieved only if explicitly asked
 	 */
 	EXPLICIT
 }
\ No newline at end of file



More information about the hibernate-commits mailing list