Commit e452373c authored by Phillip Webb's avatar Phillip Webb

Fix imports in health sample documentation

Fixes gh-6312
parent 49fefdaf
...@@ -326,6 +326,7 @@ additional details to be displayed. ...@@ -326,6 +326,7 @@ additional details to be displayed.
[source,java,indent=0] [source,java,indent=0]
---- ----
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator; import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment