Fixed JavaDoc of Page interface.

This commit is contained in:
Oliver Gierke
2011-01-25 17:34:23 +02:00
parent 312fad40e2
commit 0ab6b00549

View File

@@ -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
*/