fixed usage of `AbstractEntityPersister#staticFetchableList`

This commit is contained in:
Steve Ebersole 2019-10-23 13:10:10 -05:00
parent 520c8f2004
commit cf09e47d40
1 changed files with 0 additions and 1 deletions

View File

@ -6463,7 +6463,6 @@ public abstract class AbstractEntityPersister
EntityMappingType treatTargetType) {
if ( treatTargetType == null ) {
getStaticFetchableList().forEach( fetchableConsumer );
staticFetchableList.forEach( fetchableConsumer );
// EARLY EXIT!!!
return;
}