Skip to content

Commit c1dfde5

Browse files
authored
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
1 parent 917c41f commit c1dfde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* <p>Mainly for internal use within the framework, but to some degree also
6262
* useful for application classes. Consider
6363
* <a href="https://commons.apache.org/proper/commons-beanutils/">Apache Commons BeanUtils</a>,
64-
* <a href="https://hotelsdotcom.github.io/bull/">BULL - Bean Utils Light Library</a>,
64+
* <a href="https://github.com/ExpediaGroup/bull">BULL - Bean Utils Light Library</a>,
6565
* or similar third-party frameworks for more comprehensive bean utilities.
6666
*
6767
* @author Rod Johnson

0 commit comments

Comments
 (0)