fix another typo

This commit is contained in:
Gavin 2023-01-23 16:54:34 +01:00
parent ea6d76b9b4
commit 4a37bf8017
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* <ul>
* <li>the entity maps a database view,
* <li>the entity is persisted using handwritten SQL, that is, using
* {@link SQLSelect @SQLSelect} and friends.
* {@link SQLSelect @SQLSelect} and friends, or
* <li>the entity is mapped using {@link Subselect @Subselect}.
* </ul>
* <p>