Fix typo in NamedContributors Javadoc

See gh-26321
pull/27078/head
Matthias Stock 4 years ago committed by Stephane Nicoll
parent 1af7fa228b
commit 6c8c735027

@ -33,7 +33,7 @@ public interface NamedContributors<C> extends Iterable<NamedContributor<C>> {
/**
* Return the contributor with the given name.
* @param name the name of the contributor
* @return a contributor instance of {@code null}
* @return a contributor instance or {@code null}
*/
C getContributor(String name);

Loading…
Cancel
Save