Skip to content

Commit e1b9d65

Browse files
Gregory PettGregory Pett
Gregory Pett
authored and
Gregory Pett
committed
adding items for test
1 parent 4f4d7fc commit e1b9d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@ public static class User {
257257

258258
/** The gravatar id. */
259259
// 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")
261261
public String url, avatar_url, gravatar_id;
262262

263263
/** The id. */
264264
@SuppressFBWarnings(value = "UUF_UNUSED_FIELD", justification = "We don't provide it in API now")
265265
int id;
266266

267267
/** 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")
269269
public String login;
270270
}
271271

0 commit comments

Comments
 (0)