8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2a043 commit d0757adCopy full SHA for d0757ad
src/test/java/jenkins/plugins/github/api/SmokeTest.java
@@ -22,7 +22,7 @@
22
import org.kohsuke.github.extras.OkHttpConnector;
23
import org.kohsuke.github.extras.okhttp3.OkHttpGitHubConnector;
24
25
-import javax.annotation.Nonnull;
+import edu.umd.cs.findbugs.annotations.NonNull;
26
27
import static org.hamcrest.Matchers.contains;
28
import static org.hamcrest.Matchers.is;
@@ -43,7 +43,7 @@ public interface IOFunction {
43
GitHub apply(MockGitHub t) throws IOException;
44
}
45
46
- @Nonnull
+ @NonNull
47
IOFunction connectFunction;
48
49
public SmokeTest(IOFunction connectFunction) {
0 commit comments