Skip to content

Commit 6c8c735

Browse files
m7stocksnicoll
authored andcommitted
Fix typo in NamedContributors Javadoc
See gh-26321
1 parent 1af7fa2 commit 6c8c735

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/NamedContributors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface NamedContributors<C> extends Iterable<NamedContributor<C>> {
3333
/**
3434
* Return the contributor with the given name.
3535
* @param name the name of the contributor
36-
* @return a contributor instance of {@code null}
36+
* @return a contributor instance or {@code null}
3737
*/
3838
C getContributor(String name);
3939

0 commit comments

Comments
 (0)