DATACMNS-789 - Fixed typo in JavaDoc of Page.
Original pull request: #146.
This commit is contained in:
committed by
Oliver Gierke
parent
b400bacc0a
commit
64eafa4341
@@ -29,7 +29,7 @@ public interface Page<T> extends Slice<T> {
|
||||
/**
|
||||
* Returns the number of total pages.
|
||||
*
|
||||
* @return the number of toral pages
|
||||
* @return the number of total pages
|
||||
*/
|
||||
int getTotalPages();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user