HHH-5336 a few typo fixes

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19851 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-06-29 07:07:39 +00:00
parent c6d51a1993
commit ef977f37c6
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}