Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Commit

Permalink
#427 - Corrected JavaDoc, zero is not positive unfortunately.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jan 25, 2011
1 parent 8241533 commit 3ece74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hades/src/main/java/org/synyx/hades/domain/Page.java
Expand Up @@ -30,7 +30,7 @@
public interface Page<T> extends Iterable<T> {

/**
* Returns the number of the current page. Is always positive and less that
* Returns the number of the current page. Is zero based and less that
* {@code Page#getTotalPages()}.
*
* @return the number of the current page
Expand Down

0 comments on commit 3ece74b

Please sign in to comment.