[hibernate-commits] Hibernate SVN: r19851 - core/trunk/annotations/src/main/java/org/hibernate/annotations.

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


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

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

Modified: core/trunk/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java
===================================================================
--- core/trunk/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java	2010-06-29 07:04:07 UTC (rev 19850)
+++ core/trunk/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java	2010-06-29 07:07:39 UTC (rev 19851)
@@ -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