DATAJPA-1691 - Javadoc spelling errors.

Original pull request: #413.
This commit is contained in:
hartraft
2020-02-13 01:55:36 +01:00
committed by Jens Schauder
parent d8b22c95f7
commit d557794c46

View File

@@ -45,13 +45,13 @@ public @interface Query {
/**
* Defines a special count query that shall be used for pagination queries to lookup the total number of elements for
* a page. If non is configured we will derive the count query from the original query or {@link #countProjection()} query if any.
* a page. If none is configured we will derive the count query from the original query or {@link #countProjection()} query if any.
*/
String countQuery() default "";
/**
* Defines the projection part of the count query that is generated for pagination. If neither {@link #countQuery()}
* not {@link #countProjection()} is configured we will derive the count query from the original query.
* nor {@link #countProjection()} is configured we will derive the count query from the original query.
*
* @return
* @since 1.6