DATACMNS-789 - Fixed typo in JavaDoc of Page.

Original pull request: #146.
This commit is contained in:
Pepe García
2015-10-06 16:26:29 +02:00
committed by Oliver Gierke
parent b400bacc0a
commit 64eafa4341

View File

@@ -29,7 +29,7 @@ public interface Page<T> extends Slice<T> {
/** /**
* Returns the number of total pages. * Returns the number of total pages.
* *
* @return the number of toral pages * @return the number of total pages
*/ */
int getTotalPages(); int getTotalPages();