joc punctuation fix

This commit is contained in:
Gavin 2022-11-14 18:15:56 +01:00
parent 8c1aa482f9
commit 38c591f823
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ import org.hibernate.type.Type;
* JDBC.
* <p>
* Concrete implementations of this interface handle
* {@linkplain OneToManyPersister one-to-many},
* {@linkplain BasicCollectionPersister many-to-many}, association
* {@linkplain OneToManyPersister one-to-many} and
* {@linkplain BasicCollectionPersister many-to-many} association
* cardinalities, and to a certain extent abstract the details of those
* mappings from collaborators.
* <p>