Fixed JavaDoc of Page interface.
This commit is contained in:
@@ -29,8 +29,8 @@ import java.util.List;
|
||||
public interface Page<T> extends Iterable<T> {
|
||||
|
||||
/**
|
||||
* Returns the number of the current page. Is always greater than zero and
|
||||
* less that {@code Page#getTotalPages()}.
|
||||
* Returns the number of the current page. Is always positive and less that
|
||||
* {@code Page#getTotalPages()}.
|
||||
*
|
||||
* @return the number of the current page
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user