mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Before this change AsyncRestTemplate had two anonymous implementations of ListenableFuture that were adapting the result. Those have been replaces with ListenableFutureAdapter. This commit is preparation for SPR-13785.