Skip to content

Commit a45d8cb

Browse files
Vincent Bouthinonmbellade
authored andcommitted
HHH-19504 : Javadoc error SecondaryRow#owned
If enabled → If disabled. https://hibernate.atlassian.net/browse/HHH-19504
1 parent 9ed9bda commit a45d8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/SecondaryRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
String table() default "";
3131

3232
/**
33-
* If enabled, Hibernate will never insert or update the columns of the secondary table.
33+
* If disabled, Hibernate will never insert or update the columns of the secondary table.
3434
* <p>
3535
* This setting is useful if data in the secondary table belongs to some other entity,
3636
* or if it is maintained externally to Hibernate.

0 commit comments

Comments
 (0)