Skip to content

Commit bdbfa5f

Browse files
committed
HHH-19542: Fixing tests on envers.
1 parent 8526914 commit bdbfa5f

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/ComponentPropertyHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public String getEntityName() {
228228
}
229229

230230
public void checkPropertyConsistency() {
231-
//this.annotatedColumns.checkPropertyConsistency();
231+
this.annotatedColumns.checkPropertyConsistency();
232232
}
233233

234234
@Override

0 commit comments

Comments
 (0)