Fix imports in health sample documentation

Fixes gh-6312
This commit is contained in:
Phillip Webb 2016-07-03 21:52:57 -07:00
parent 49fefdafd8
commit e452373c04
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ additional details to be displayed.
[source,java,indent=0]
----
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.stereotype.Component;