Skip to content

Commit

Permalink
[JENKINS-41124] Typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 22, 2017
1 parent 32c5aba commit 091997f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -203,7 +203,7 @@ public static abstract class BySCMSourceCriteria extends MultiBranchProjectFacto
* Defines how to decide whether or not a given repository should host our type of project.
*
* @param source a repository
* @return criteria for treating its branches as a match or ({@code null} if all branches match)
* @return criteria for treating its branches as a match (or {@code null} if all branches match)
*/
@CheckForNull
protected abstract SCMSourceCriteria getSCMSourceCriteria(@NonNull SCMSource source);
Expand Down

0 comments on commit 091997f

Please sign in to comment.