HHH-17340 fix typos in javadoc

This commit is contained in:
waahhh 2023-10-19 20:08:04 +09:00 committed by Jan Schatteman
parent 3c2db8f78d
commit 634f21baff
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import org.junit.Test;
/**
* Tests mapping of child entity that declares all of its ancestors as audited with {@link Audited#auditParents()} property.
* All supperclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
* All superclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
*
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
*/

View File

@ -23,7 +23,7 @@ import org.junit.Test;
/**
* Tests mapping of child entity that declares one of its ancestors as audited with {@link Audited#auditParents()} property.
* All supperclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
* All superclasses are marked with {@link MappedSuperclass} annotation but not {@link Audited}.
*
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
*/