From c1dfde5ba49df313ee2d203a07468bcdd2bcc7b7 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Mon, 21 Nov 2022 16:59:30 +0100 Subject: [PATCH] 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 --- .../src/main/java/org/springframework/beans/BeanUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java b/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java index e71fc723b62b..ea4d3b052b2c 100644 --- a/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java +++ b/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java @@ -61,7 +61,7 @@ *

Mainly for internal use within the framework, but to some degree also * useful for application classes. Consider * Apache Commons BeanUtils, - * BULL - Bean Utils Light Library, + * BULL - Bean Utils Light Library, * or similar third-party frameworks for more comprehensive bean utilities. * * @author Rod Johnson