Skip to content

Commit e97274e

Browse files
mkobelmbellade
authored andcommitted
HHH-18941 Fix EmbeddableInstantiator JavaDoc
Remove `SessionFactoryImplementor sessionFactory` as in c5c9f11
1 parent 757c2de commit e97274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/metamodel/spi/EmbeddableInstantiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Contract for instantiating embeddable values.
1111
*
1212
* @apiNote Incubating until the proposed
13-
* {@code instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)}
13+
* {@code instantiate(IntFunction valueAccess)}
1414
* form can be implemented.
1515
*
1616
* @see org.hibernate.annotations.EmbeddableInstantiator

0 commit comments

Comments
 (0)