1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 20:32:05 +01:00

Make toString() @NonNull

This commit is contained in:
Paul Schaub 2020-01-09 20:00:28 +01:00
parent e9b5e6278a
commit ed440e4434
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -129,6 +129,7 @@ public class OpenPgpV4Fingerprint implements CharSequence, Comparable<OpenPgpV4F
}
@Override
@Nonnull
public String toString() {
return fingerprint;
}