HHH-13478 Minor dead code cleanup in StatefulPersistenceContext

This commit is contained in:
Sanne Grinovero 2019-06-28 10:27:12 +01:00
parent 3c5f3dddd0
commit fe6967be46
1 changed files with 0 additions and 4 deletions

View File

@ -174,10 +174,6 @@ public class StatefulPersistenceContext implements PersistenceContext {
nullifiableEntityKeys = new HashSet<>();
initTransientState();
}
private void initTransientState() {
nullAssociations = new HashSet<>( INIT_COLL_SIZE );
nonlazyCollections = new ArrayList<>( INIT_COLL_SIZE );
}