Skip to content

Commit 6f7eaf5

Browse files
author
Gerald Unterrainer
committed
fix typo in comments
1 parent ff1e80f commit 6f7eaf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ public List<T> getN(final long count) {
8686
* Execute a SELECT query that returns a single result-row.
8787
*
8888
* @return the result-row as a JPA
89-
* @throws NoResultException if there is no
90-
* resultNonUniqueResultException
89+
* @throws NoResultException if there is no result
9190
* @throws NonUniqueResultException if more than one result
9291
*/
9392
public T getSingle() {

0 commit comments

Comments
 (0)