Polish HealthEndpoint javadoc

Closes gh-6815
This commit is contained in:
Vedran Pavic 2016-09-04 18:17:46 +02:00 committed by Stephane Nicoll
parent 20df899b7a
commit b88889f020

View File

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