This commit is contained in:
_Bastler 2021-10-06 09:48:30 +02:00
parent 4b6d9233ac
commit 23ff8bd05e
3 changed files with 54 additions and 57 deletions

View File

@ -77,10 +77,9 @@ public class EntryManager {
}
/**
* Fetch by comments.
* Fetch by last comment.
*
* @param date the date
* @param gravity the gravity
* @param page the page
* @param size the size
* @return the page

View File

@ -167,12 +167,11 @@ public class EntryController extends BaseController {
}
/**
* Fetch by comments.
* Fetch by last.
*
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param gravityParameter the gravity parameter
* @param ignoreParameter the ignore parameter
* @return the page
*/

View File

@ -80,10 +80,9 @@ public interface EntryRepository
@Param("gravity") double gravity, Pageable pageable);
/**
* Find all by comments.
* Find all by last comment.
*
* @param before the before
* @param gravity the gravity
* @param pageable the pageable
* @return the page
*/