Skip to content

Commit 9e9e450

Browse files
committed
Fix @SInCE tag
1 parent 62a5ce5 commit 9e9e450

File tree

1 file changed

+2
-1
lines changed
  • spring-boot/src/main/java/org/springframework/boot/context/embedded

1 file changed

+2
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/context/embedded/Ssl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
* Simple container-independent abstraction for SSL configuration.
2121
*
2222
* @author Andy Wilkinson
23-
* @since 1.2.0
23+
* @author Vladimir Tsanev
24+
* @since 1.1.7
2425
*/
2526
public class Ssl {
2627

0 commit comments

Comments
 (0)