spring-projects / spring-projects/spring-hateoas
Typo on PageableArgumentResolver::setFallbackPagable(Pageable fallbackPagable)
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
just a typo on the method name:
should be setFallbackPageable instead of setFallbackPagable
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for PageableArgumentResolver::setFallbackPagable and inspect its references. Rename the method to setFallbackPageable, update any affected references, and verify that the project still builds and its tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100