Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] More javadoc documentation
  • Loading branch information
stephenc committed Jun 16, 2017
1 parent 8d9f4ff commit 8e11cf8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ public GitHubSCMSourceContext(@NonNull GitHubSCMSource source, @CheckForNull SCM
super(criteria, observer);
}

@NonNull
@Override
public GitHubSCMSourceRequest newRequest(@NonNull SCMSource source, @CheckForNull TaskListener listener) {
return new GitHubSCMSourceRequest(source, this, listener);
Expand Down

0 comments on commit 8e11cf8

Please sign in to comment.