Clean up preview declarations

This commit is contained in:
Marco Ferrer
2020-12-15 14:39:00 -05:00
parent 9151102bda
commit 79b49a469c
23 changed files with 90 additions and 65 deletions

View File

@@ -46,7 +46,7 @@ import java.util.Locale;
* @see <a href="https://developer.github.com/v3/checks/runs/#update-a-check-run">documentation</a>
*/
@SuppressFBWarnings(value = "URF_UNREAD_FIELD", justification = "Jackson serializes these even without a getter")
@Preview
@Preview(Previews.ANTIOPE)
@Deprecated
public final class GHCheckRunBuilder {