#2784 - Fix @Return javadoc for TQRootBean.findSingleAttribute()

This commit is contained in:
Rob Bygrave
2022-08-16 17:03:07 +12:00
parent 6a4cfb231d
commit 595c057964
@@ -1779,7 +1779,7 @@ public abstract class TQRootBean<T, R> {
*
* }</pre>
*
* @return the list of values for the selected property
* @return a single value or null for the selected property
*/
@Nullable
public <A> A findSingleAttribute() {