Skip to content

Commit dd2e22e

Browse files
RealTakegavinking
andauthored
HHH-19952: Update hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
Co-authored-by: Gavin King <gavin@hibernate.org>
1 parent 43ced16 commit dd2e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2900,7 +2900,7 @@ private static CollectionTableOverride findCollectionTableOverride(
29002900

29012901
// Get the ClassDetails from the models context
29022902
final var modelsContext = buildingContext.getBootstrapContext().getModelsContext();
2903-
final ClassDetails entityClassDetails = modelsContext.getClassDetailsRegistry()
2903+
final var entityClassDetails = modelsContext.getClassDetailsRegistry()
29042904
.resolveClassDetails( persistentClass.getClassName() );
29052905

29062906
if ( entityClassDetails == null ) {

0 commit comments

Comments
 (0)