mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
The claimRequest method was not intended to be public and couldn't have been used since the Info type it returned was package private. This change completely hides the Info. See gh-19647