8000 EOL JSR 305 · jetersen/github-api-plugin@d0757ad · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d0757ad

Browse files
committed
EOL JSR 305
1 parent 4b2a043 commit d0757ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/jenkins/plugins/github/api/SmokeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.kohsuke.github.extras.OkHttpConnector;
2323
import org.kohsuke.github.extras.okhttp3.OkHttpGitHubConnector;
2424

25-
import javax.annotation.Nonnull;
25+
import edu.umd.cs.findbugs.annotations.NonNull;
2626

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

46-
@Nonnull
46+
@NonNull
4747
IOFunction connectFunction;
4848

4949
public SmokeTest(IOFunction connectFunction) {

0 commit comments

Comments
 (0)
0