This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new 055ee4dcb Fix JavaDoc 055ee4dcb is described below commit 055ee4dcbca1df343f10a3ffbd283b39549af4a0 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Tue Nov 5 16:13:30 2024 +0400 Fix JavaDoc --- .../src/main/java/org/apache/cayenne/exp/property/SelfProperty.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cayenne/src/main/java/org/apache/cayenne/exp/property/SelfProperty.java b/cayenne/src/main/java/org/apache/cayenne/exp/property/SelfProperty.java index 79774b9a4..a8fa9997a 100644 --- a/cayenne/src/main/java/org/apache/cayenne/exp/property/SelfProperty.java +++ b/cayenne/src/main/java/org/apache/cayenne/exp/property/SelfProperty.java @@ -28,9 +28,11 @@ import org.apache.cayenne.query.ObjectSelect; /** * Property that represents root entity - * <br> + * <p> * Usage example: <code><pre> - * List<Object[]> result = Artist.SELF.columnQuery(Artist.SELF, Artist.PAINTING_ARRAY.count()).select(context); + * List<Object[]> result = Artist.SELF + * .columnQuery(Artist.SELF, Artist.PAINTING_ARRAY.count()) + * .select(context); * </pre></code> * * @since 5.0