Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Annotate overridden methods correctly
  • Loading branch information
stephenc committed Jun 16, 2017
1 parent 42bcfe1 commit f61a31b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
import jenkins.scm.api.trait.SCMNavigatorContext;

public class GitHubSCMNavigatorContext extends SCMNavigatorContext<GitHubSCMNavigatorContext, GitHubSCMNavigatorRequest> {
@NonNull
@Override
public GitHubSCMNavigatorRequest newRequest(@NonNull SCMNavigator navigator, @NonNull SCMSourceObserver observer) {
return new GitHubSCMNavigatorRequest(navigator, this, observer);
Expand Down

0 comments on commit f61a31b

Please sign in to comment.