From 15905e26d2407bb3f010e8947c27fdd3decf954c Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Mon, 21 Nov 2022 15:04:44 +0100 Subject: [PATCH] Fix URL to Bean Utils Light Library in BeanUtils The URL to the BULL library has changed (not sure when, probably way back). This updates it to the correct location. --- .../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