Fix typo in javadoc

See gh-18187
This commit is contained in:
wonwoo 2019-09-09 22:01:55 +09:00 committed by Stephane Nicoll
parent 0074a7c662
commit b321dacc1c
1 changed files with 1 additions and 1 deletions

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();