From ef977f37c648da1b29e822706b8db328735a9589 Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Tue, 29 Jun 2010 07:07:39 +0000 Subject: [PATCH] HHH-5336 a few typo fixes git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19851 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../java/org/hibernate/annotations/PolymorphismType.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java b/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java index f260a3094d..b8e8138eab 100644 --- a/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java +++ b/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java @@ -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 @@ public enum PolymorphismType { */ IMPLICIT, /** - * this entity is retrived only if explicitly asked + * this entity is retrieved only if explicitly asked */ EXPLICIT -} \ No newline at end of file +}