Skip to content

Commit

Permalink
HSEARCH-3581 Fix invalid javadoc in HibernateOrmBootstrapIntrospector
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed May 22, 2019
1 parent 4c01302 commit 7d11a96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ else if ( value instanceof org.hibernate.mapping.Collection ) {
* Also, this cache allows to not care at all about implementing equals and hashcode,
* since type models are presumably instantiated only once per type.
*
* @see HibernateOrmRawTypeModel#propertyModelCache
* See also HibernateOrmRawTypeModel#propertyModelCache
*/
private final Map<Class<?>, PojoRawTypeModel<?>> typeModelCache = new HashMap<>();

Expand Down

0 comments on commit 7d11a96

Please sign in to comment.