HHH-13704 Typo: tupizer -> tuplizer

This commit is contained in:
Davide D'Alto 2019-11-07 12:08:15 +00:00
parent 3a69b74894
commit bac88eda53
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import org.hibernate.service.ServiceRegistry;
/**
* An interface for factories of {@link ProxyFactory proxy factory} instances.
* <p/>
* Currently used to abstract from the tupizer whether we are using Byte Buddy or
* Currently used to abstract from the tuplizer whether we are using Byte Buddy or
* Javassist for lazy proxy generation.
*
* @author Steve Ebersole