diff --git a/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java b/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java index a7b24a85b..ef3565711 100644 --- a/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java +++ b/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java @@ -1779,7 +1779,7 @@ public abstract class TQRootBean { * * } * - * @return the list of values for the selected property + * @return a single value or null for the selected property */ @Nullable public A findSingleAttribute() {