1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Remove unused @Nullable

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2026-02-19 17:55:08 +07:00
committed by Rob Winch
parent f27738c1f8
commit dbf7f4cfe5
3 changed files with 2 additions and 4 deletions
@@ -88,7 +88,6 @@ public final class FactorGrantedAuthority implements GrantedAuthority {
private final Instant issuedAt;
@SuppressWarnings("NullAway")
private FactorGrantedAuthority(String authority, Instant issuedAt) {
Assert.notNull(authority, "authority cannot be null");
Assert.notNull(issuedAt, "issuedAt cannot be null");