Fix typo in NamedContributors Javadoc
See gh-26321
This commit is contained in:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user