Skip to content

Commit

Permalink
docs: fixed QueryMapper.NapperNameOrder javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Jun 12, 2023
1 parent 1b8dde1 commit 11b5f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/nosql-core/src/main/java/jakarta/nosql/QueryMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ interface MapperNameCondition {

/**
* Represents the step in the query fluent API where it's possible to:
* <lu>
* <ul>
* <li>define the order of the results</li>
* <li>or define the position of the first result</li>
* <li>or define the maximum number of results to retrieve</li>
* <li>or to perform the query execution</li>
* </lu>
* </ul>
*/
interface MapperNameOrder extends MapperQueryBuild {

Expand Down

0 comments on commit 11b5f59

Please sign in to comment.