jdoc
This commit is contained in:
parent
4b6d9233ac
commit
23ff8bd05e
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user