Fix typo in NamedContributors Javadoc

See gh-26321
This commit is contained in:
Matthias Stock 2021-04-30 11:18:58 +02:00 committed by Stephane Nicoll
parent 1af7fa228b
commit 6c8c735027

View File

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