Skip to content

Commit

Permalink
HHH-17340 fix typos in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
waahhh authored and jrenaat committed Oct 27, 2023
1 parent 3c2db8f commit 634f21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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)
*/
Expand Down
Expand Up @@ -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)
*/
Expand Down

0 comments on commit 634f21b

Please sign in to comment.