Browse Source

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
pull/29538/head
Marten Deinum 2 years ago committed by GitHub
parent
commit
c1dfde5ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-beans/src/main/java/org/springframework/beans/BeanUtils.java

2
spring-beans/src/main/java/org/springframework/beans/BeanUtils.java

@ -61,7 +61,7 @@ import org.springframework.util.StringUtils; @@ -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

Loading…
Cancel
Save