File tree 2 files changed +4
-5
lines changed
src/main/java/info/unterrainer/commons/httpserver/daos
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >http-server</artifactId >
20
- <version >0.2.24 </version >
20
+ <version >0.2.25 </version >
21
21
<name >HttpServer</name >
22
22
<packaging >jar</packaging >
23
23
30
30
<dependency >
31
31
<groupId >info.unterrainer.commons</groupId >
32
32
<artifactId >jre-utils</artifactId >
33
- <version >0.1.10 </version >
33
+ <version >0.2.2 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >info.unterrainer.commons</groupId >
37
37
<artifactId >rdb-utils</artifactId >
38
- <version >0.1.8 </version >
38
+ <version >0.1.10 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >info.unterrainer.commons</groupId >
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ public List<T> getN(final long count) {
86
86
* Execute a SELECT query that returns a single result-row.
87
87
*
88
88
* @return the result-row as a JPA
89
- * @throws NoResultException if there is no
90
- * resultNonUniqueResultException
89
+ * @throws NoResultException if there is no result
91
90
* @throws NonUniqueResultException if more than one result
92
91
*/
93
92
public T getSingle () {
You can’t perform that action at this time.
0 commit comments