HHH-17340 fix typos in javadoc
This commit is contained in:
parent
3c2db8f78d
commit
634f21baff
|
@ -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)
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue