Skip to content

Commit 868d675

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents 14d9fb4 + 024128a commit 868d675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/info/unterrainer/commons/httpserver/daos/JpaListQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class JpaListQuery<P extends BasicJpa> extends ListQuery<P, P> {
1818
* you've passed by specifying an {@link EntityManager} in the query.
1919
*
2020
* @param entity the entity to update with, or create.
21-
* @return an {@link UpdateResult} that will tell you if there was an insert or
21+
* @return an {@link UpsertResult} that will tell you if there was an insert or
2222
* update, and if it was an update, what the old values were
2323
*/
2424
public UpsertResult<P> upsert(final P entity) {

0 commit comments

Comments
 (0)