File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/info/unterrainer/commons/httpserver/daos Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments