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, gh-29536
pull/29589/head
Marten Deinum 3 years ago committed by Sam Brannen
parent
commit
1ee3777ac7
  1. 2
      spring-beans/src/main/java/org/springframework/beans/BeanUtils.java

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

@ -62,7 +62,7 @@ import org.springframework.util.StringUtils;
* <p>Mainly for internal use within the framework, but to some degree also * <p>Mainly for internal use within the framework, but to some degree also
* useful for application classes. Consider * useful for application classes. Consider
* <a href="https://commons.apache.org/proper/commons-beanutils/">Apache Commons BeanUtils</a>, * <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. * or similar third-party frameworks for more comprehensive bean utilities.
* *
* @author Rod Johnson * @author Rod Johnson

Loading…
Cancel
Save