HHH-17396 fix typos in javadoc

This commit is contained in:
zinzoddari 2023-11-07 22:43:41 +09:00 committed by Christian Beikov
parent a9e9985df0
commit 10f490c44b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public enum XmlElementMetadata {
*/
MANY_TO_MANY( false, false ),
/**
* Describes the {@code <many-to-aany/>} element
* Describes the {@code <many-to-any/>} element
*/
MANY_TO_ANY( false, false ),
/**