Browse Source

DATACMNS-789 - Fixed typo in JavaDoc of Page.

Original pull request: #146.
pull/151/head
Pepe García 10 years ago committed by Oliver Gierke
parent
commit
deb92508fb
  1. 2
      src/main/java/org/springframework/data/domain/Page.java

2
src/main/java/org/springframework/data/domain/Page.java

@ -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();

Loading…
Cancel
Save