Skip to content

Commit 634f21b

Browse files
waahhhjrenaat
authored andcommitted
HHH-17340 fix typos in javadoc
1 parent 3c2db8f commit 634f21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditparents/MultipleAuditParentsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* 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}.
2727
*
2828
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
2929
*/

hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditparents/SingleAuditParentsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* 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}.
2727
*
2828
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
2929
*/

0 commit comments

Comments
 (0)