We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1e80f commit 6f7eaf5Copy full SHA for 6f7eaf5
src/main/java/info/unterrainer/commons/httpserver/daos/ListQuery.java
@@ -86,8 +86,7 @@ public List<T> getN(final long count) {
86
* Execute a SELECT query that returns a single result-row.
87
*
88
* @return the result-row as a JPA
89
- * @throws NoResultException if there is no
90
- * resultNonUniqueResultException
+ * @throws NoResultException if there is no result
91
* @throws NonUniqueResultException if more than one result
92
*/
93
public T getSingle() {
0 commit comments