Merge branch '1.3.x'

This commit is contained in:
Phillip Webb 2016-07-03 21:55:38 -07:00
commit b5df4f8d08
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,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;