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:
parent
c6d51a1993
commit
ef977f37c6
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue