Skip to content

Commit 264a42d

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents 7e4bfb9 + a1a82f5 commit 264a42d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>http-server</artifactId>
20-
<version>0.2.24</version>
20+
<version>0.2.25</version>
2121
<name>HttpServer</name>
2222
<packaging>jar</packaging>
2323

@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>jre-utils</artifactId>
33-
<version>0.1.10</version>
33+
<version>0.2.2</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.unterrainer.commons</groupId>
3737
<artifactId>rdb-utils</artifactId>
38-
<version>0.1.8</version>
38+
<version>0.1.10</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>info.unterrainer.commons</groupId>

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

+1-2
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)