Skip to content

Commit 757c2de

Browse files
mkobelmbellade
authored andcommitted
HHH-18941 Fix MonetaryAmountUserType example in JavaDoc
Remove `SessionFactoryImplementor sessionFactory` as in c5c9f11
1 parent 877e4f0 commit 757c2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/usertype/CompositeUserType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* }
5757
*
5858
* @Override
59-
* public MonetaryAmount instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory) {
59+
* public MonetaryAmount instantiate(ValueAccess valueAccess) {
6060
* final Currency currency = valueAccess.getValue(0, Currency.class);
6161
* final BigDecimal value = valueAccess.getValue(1, BigDecimal.class);
6262
*

0 commit comments

Comments
 (0)