File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/kohsuke/github Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,15 +257,15 @@ public static class User {
257
257
258
258
/** The gravatar id. */
259
259
// TODO: what if someone who doesn't have an account on GitHub makes a commit?
260
- @ SuppressFBWarnings (value = "UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" , justification = "We don't provide it in API now " )
260
+ @ SuppressFBWarnings (value = "UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" , justification = "used in backend code " )
261
261
public String url , avatar_url , gravatar_id ;
262
262
263
263
/** The id. */
264
264
@ SuppressFBWarnings (value = "UUF_UNUSED_FIELD" , justification = "We don't provide it in API now" )
265
265
int id ;
266
266
267
267
/** The login. */
268
- @ SuppressFBWarnings (value = "UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" , justification = "only used in the backend code" )
268
+ @ SuppressFBWarnings (value = "UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" , justification = "used in backend code" )
269
269
public String login ;
270
270
}
271
271
You can’t perform that action at this time.
0 commit comments