Skip to content

Commit

Permalink
Merge pull request #125 from basil/jsr305
Browse files Browse the repository at this point in the history
EOL JSR 305
  • Loading branch information
bitwiseman authored Feb 14, 2022
2 parents 3cf4dc4 + d0757ad commit ec734c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/jenkins/plugins/github/api/SmokeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.kohsuke.github.extras.OkHttpConnector;
import org.kohsuke.github.extras.okhttp3.OkHttpGitHubConnector;

import javax.annotation.Nonnull;
import edu.umd.cs.findbugs.annotations.NonNull;

import static org.hamcrest.Matchers.contains;
import static org.hamcrest.Matchers.is;
Expand All @@ -43,7 +43,7 @@ public interface IOFunction {
GitHub apply(MockGitHub t) throws IOException;
}

@Nonnull
@NonNull
IOFunction connectFunction;

public SmokeTest(IOFunction connectFunction) {
Expand Down

0 comments on commit ec734c8

Please sign in to comment.