Skip to content

Commit e452373

Browse files
committed
Fix imports in health sample documentation
Fixes gh-6312
1 parent 49fefda commit e452373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ additional details to be displayed.
326326

327327
[source,java,indent=0]
328328
----
329+
import org.springframework.boot.actuate.health.Health;
329330
import org.springframework.boot.actuate.health.HealthIndicator;
330331
import org.springframework.stereotype.Component;
331332

0 commit comments

Comments
 (0)