Merge pull request #6815 from vpavic:polish-javadoc

* pr/6815:
  Polish `HealthEndpoint` javadoc
This commit is contained in:
Stephane Nicoll 2016-09-05 09:00:36 +02:00
commit 8a71ee0eff

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
*/