Skip to content

Commit 71b7534

Browse files
committed
style: Correct @author tag format in SslHealthIndicator
Update the Javadoc @author tag in SslHealthIndicator.java to use the `<Name> <Surname>` format (Young Jae You) instead of the GitHub handle. This change addresses the feedback provided in the pull request review and aligns the format with Spring project conventions. Signed-off-by: geniuus <[email protected]>
1 parent 630d046 commit 71b7534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/ssl/SslHealthIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* {@link Status#OUT_OF_SERVICE} when a certificate is invalid.
3636
*
3737
* @author Jonatan Ivanov
38-
* @author geniuus
38+
* @author Young Jae You
3939
* @since 3.4.0
4040
*/
4141
public class SslHealthIndicator extends AbstractHealthIndicator {

0 commit comments

Comments
 (0)