mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
Typo fix
Typo fix
This commit is contained in:
parent
6e31e61f1a
commit
866491711e
@ -207,7 +207,7 @@ public <X> ManagedType<X> managedType(Class<X> cls) {
|
|||||||
type = embeddables.get( cls );
|
type = embeddables.get( cls );
|
||||||
}
|
}
|
||||||
if ( type == null ) {
|
if ( type == null ) {
|
||||||
throw new IllegalArgumentException( "Not an managed type: " + cls );
|
throw new IllegalArgumentException( "Not a managed type: " + cls );
|
||||||
}
|
}
|
||||||
return (ManagedType<X>) type;
|
return (ManagedType<X>) type;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user