mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-17340 fix typos in javadoc
This commit is contained in:
parent
3c2db8f78d
commit
634f21baff
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* 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)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* 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)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user