Merge pull request #18187 from wonwoo

* pr/18187:
  Fix typo in javadoc

Closes gh-18187
This commit is contained in:
Stephane Nicoll
2019-09-09 15:23:54 +02:00

View File

@@ -43,7 +43,7 @@ public interface HealthEndpointGroup {
boolean includeDetails(SecurityContext securityContext);
/**
* Returns the status agreggator that should be used for this group.
* Returns the status aggregator that should be used for this group.
* @return the status aggregator for this group
*/
StatusAggregator getStatusAggregator();