Skip to content

Commit c44e5d2

Browse files
committed
findbugs fix
1 parent ee4d514 commit c44e5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHInvitation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @see GHRepository#listInvitations()
1111
*/
1212
@SuppressFBWarnings(value = {"UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD", "UWF_UNWRITTEN_FIELD",
13-
"NP_UNWRITTEN_FIELD"}, justification = "JSON API")
13+
"NP_UNWRITTEN_FIELD", "UUF_UNUSED_FIELD"}, justification = "JSON API")
1414
public class GHInvitation extends GHObject {
1515
/*package almost final*/ GitHub root;
1616

0 commit comments

Comments
 (0)