You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add missing import for Assert in SslHealthIndicator
The previous commit introduced an `Assert.notNull` check in the
SslHealthIndicator constructor but missed the required import for
`org.springframework.util.Assert`. This caused the pull request
build to fail.
This commit adds the necessary import statement to resolve the
compilation error.
Signed-off-by: geniuus <[email protected]>
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/ssl/SslHealthIndicator.java
0 commit comments