Commit 4c0cf8f8 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18187 from wonwoo

* pr/18187:
  Fix typo in javadoc

Closes gh-18187
parents 0074a7c6 b321dacc
...@@ -43,7 +43,7 @@ public interface HealthEndpointGroup { ...@@ -43,7 +43,7 @@ public interface HealthEndpointGroup {
boolean includeDetails(SecurityContext securityContext); 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 * @return the status aggregator for this group
*/ */
StatusAggregator getStatusAggregator(); StatusAggregator getStatusAggregator();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment