querydsl/querydsl-sql/src
Zoltán Reegn 3a74aaeabc Explicitly declare NonUniqueResultException for fetchOne
Fetchable.fetchOne() declares in it's javadoc that it throws
NonUniqueResultException. It should therefore be explicitly declared in
the method signature as well.
All implementations must also declare in their signature that they throw.

This also has the desirable side-effect of the javadoc of all of the
implementors inheriting the @throws section from the javadoc of the
interface as well.

Fixes #2232
2018-01-16 14:03:05 +01:00
..
main Explicitly declare NonUniqueResultException for fetchOne 2018-01-16 14:03:05 +01:00
test Merge pull request #2172 from tpuica/master 2018-01-12 20:29:44 +02:00