Commit 6c8c7350 authored by Matthias Stock's avatar Matthias Stock Committed by Stephane Nicoll

Fix typo in NamedContributors Javadoc

See gh-26321
parent 1af7fa22
......@@ -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);
......
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