Skip to content

Commit 76c076a

Browse files
izeyesnicoll
authored andcommitted
Fix typo
See gh-45963 Signed-off-by: Johnny Lim <[email protected]>
1 parent 4c6c09f commit 76c076a

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)