Remove unused @Nullable
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Rob Winch
parent
f27738c1f8
commit
dbf7f4cfe5
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user