TSK-1355: Review Findings

This commit is contained in:
Joerg Heffner 2021-01-19 10:00:51 +01:00 committed by gitgoodjhe
parent 2a6d97132b
commit 92b49fc850
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ public interface BaseQuery<T, U extends Enum<U> & QueryColumnName> {
}
/**
* This method will return a single object of {@link T}. In case of a TaskQuery, this method can
* throw a NotAuthorizedToQueryWorkbasketException.
* This method will return a single object of {@link T}. This method can throw a
* TooManyResultsException. In case of a TaskQuery, this method can throw a
* NotAuthorizedToQueryWorkbasketException.
*
* @return T a single object of given Type.
*/