You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditparents/MultipleAuditParentsTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
/**
25
25
* Tests mapping of child entity that declares all of its ancestors as audited with {@link Audited#auditParents()} property.
26
-
* All supperclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
26
+
* All superclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
Copy file name to clipboardExpand all lines: hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditparents/SingleAuditParentsTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
/**
25
25
* Tests mapping of child entity that declares one of its ancestors as audited with {@link Audited#auditParents()} property.
26
-
* All supperclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
26
+
* All superclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
0 commit comments