Browse Source

Merge pull request #45963 from izeye

* pr/45963:
  Fix typo

Closes gh-45963
pull/46210/head
Stéphane Nicoll 8 months ago
parent
commit
dde4e8008f
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info/SslInfo.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info/SslInfo.java

@ -50,7 +50,7 @@ public class SslInfo { @@ -50,7 +50,7 @@ public class SslInfo {
/**
* Creates a new instance.
* @param sslBundles the {@link SslBundles} to extract the info from threshold
* @param sslBundles the {@link SslBundles} to extract the info from
* @since 4.0.0
*/
public SslInfo(SslBundles sslBundles) {

Loading…
Cancel
Save