We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b75d6 commit d81ac11Copy full SHA for d81ac11
src/main/java/org/kohsuke/github/GHCommit.java
@@ -243,7 +243,7 @@ public String getSha() {
243
public static class Parent {
244
245
/** The url. */
246
- @SuppressFBWarnings(value = "UUF_UNUSED_FIELD", justification = "We don't provide it in API now")
+ @SuppressFBWarnings(value = "UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD", justification = "used in backend code")
247
public String url;
248
249
/** The sha. */
0 commit comments