spring-projects / spring-hateoas

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.
https://spring.io/projects/spring-hateoas
Apache License 2.0
1.03k stars 476 forks source link

Typo on PageableArgumentResolver::setFallbackPagable(Pageable fallbackPagable) #253

Open phavelar opened 10 years ago

phavelar commented 10 years ago

just a typo on the method name:

should be setFallbackPageable instead of setFallbackPagable

tomkel5 commented 10 years ago

This class is part of spring-data-commons. And it was resolved here, when the class was deprecated:

https://github.com/spring-projects/spring-data-commons/blob/e093aead13e745f6ba4717b348fc04a3845ccff1/src/main/java/org/springframework/data/web/PageableArgumentResolver.java#L48

geoff-wasilwa commented 8 years ago

@phavelar and @tomkel5 since the class was deprecated can we close this issue?