Skip to content

Commit dde4e80

Browse files
committed
Merge pull request #45963 from izeye
* pr/45963: Fix typo Closes gh-45963
2 parents 4c6c09f + 76c076a commit dde4e80

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class SslInfo {
5050

5151
/**
5252
* Creates a new instance.
53-
* @param sslBundles the {@link SslBundles} to extract the info from threshold
53+
* @param sslBundles the {@link SslBundles} to extract the info from
5454
* @since 4.0.0
5555
*/
5656
public SslInfo(SslBundles sslBundles) {

0 commit comments

Comments
 (0)