Fix link to Bean Utils Light Library in BeanUtils Javadoc

The URL for the BULL library has changed (not sure when, probably way back).

This updates it to the correct location.

Closes gh-29534
This commit is contained in:
Marten Deinum 2022-11-21 16:59:30 +01:00 committed by GitHub
parent 917c41fd52
commit c1dfde5ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ import org.springframework.util.StringUtils;
* <p>Mainly for internal use within the framework, but to some degree also
* useful for application classes. Consider
* <a href="https://commons.apache.org/proper/commons-beanutils/">Apache Commons BeanUtils</a>,
* <a href="https://hotelsdotcom.github.io/bull/">BULL - Bean Utils Light Library</a>,
* <a href="https://github.com/ExpediaGroup/bull">BULL - Bean Utils Light Library</a>,
* or similar third-party frameworks for more comprehensive bean utilities.
*
* @author Rod Johnson