Merge branch '1.3.x'

This commit is contained in:
Stephane Nicoll 2016-09-05 09:00:52 +02:00
commit b7da0bd301
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class HealthEndpoint extends AbstractEndpoint<Health> {
private long timeToLive = 1000; private long timeToLive = 1000;
/** /**
* Create a new {@link HealthIndicator} instance. * Create a new {@link HealthEndpoint} instance.
* @param healthAggregator the health aggregator * @param healthAggregator the health aggregator
* @param healthIndicators the health indicators * @param healthIndicators the health indicators
*/ */