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 ee4d514 commit c44e5d2Copy full SHA for c44e5d2
src/main/java/org/kohsuke/github/GHInvitation.java
@@ -10,7 +10,7 @@
10
* @see GHRepository#listInvitations()
11
*/
12
@SuppressFBWarnings(value = {"UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD", "UWF_UNWRITTEN_FIELD",
13
- "NP_UNWRITTEN_FIELD"}, justification = "JSON API")
+ "NP_UNWRITTEN_FIELD", "UUF_UNUSED_FIELD"}, justification = "JSON API")
14
public class GHInvitation extends GHObject {
15
/*package almost final*/ GitHub root;
16
0 commit comments