Browse Source

Use HTTPS in link

See gh-24268
pull/24303/head
Sam Brannen 6 years ago
parent
commit
59ade91694
  1. 2
      spring-beans/src/main/java/org/springframework/beans/BeanUtils.java

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

@ -57,7 +57,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="http://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://hotelsdotcom.github.io/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.
* *

Loading…
Cancel
Save