Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c44e5d2

Browse filesBrowse files
committed
findbugs fix
1 parent ee4d514 commit c44e5d2
Copy full SHA for c44e5d2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHInvitation.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.