Skip to content

Commit 1ee3777

Browse files
mdeinumsbrannen
authored andcommitted
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
1 parent cad6e87 commit 1ee3777

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
@@ -62,7 +62,7 @@
6262
* <p>Mainly for internal use within the framework, but to some degree also
6363
* useful for application classes. Consider
6464
* <a href="https://commons.apache.org/proper/commons-beanutils/">Apache Commons BeanUtils</a>,
65-
* <a href="https://hotelsdotcom.github.io/bull/">BULL - Bean Utils Light Library</a>,
65+
* <a href="https://github.com/ExpediaGroup/bull">BULL - Bean Utils Light Library</a>,
6666
* or similar third-party frameworks for more comprehensive bean utilities.
6767
*
6868
* @author Rod Johnson

0 commit comments

Comments
 (0)