Skip to content

Commit

Permalink
Fix JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Nov 5, 2024
1 parent cc56f65 commit 055ee4d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

/**
* 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&lt;Object[]&gt; result = Artist.SELF
* .columnQuery(Artist.SELF, Artist.PAINTING_ARRAY.count())
* .select(context);
* </pre></code>
*
* @since 5.0
Expand Down

0 comments on commit 055ee4d

Please sign in to comment.