mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2784 - Fix @Return javadoc for TQRootBean.findSingleAttribute()
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user