Small (non) null fixes

This commit is contained in:
M66B
2020-09-10 11:14:51 +02:00
parent 1f302d894e
commit b2f9da7fd7
4 changed files with 8 additions and 10 deletions

View File

@@ -29,7 +29,6 @@ import org.bouncycastle.asn1.DEROctetString;
import org.bouncycastle.asn1.x509.Extension;
import org.bouncycastle.asn1.x509.GeneralName;
import org.bouncycastle.asn1.x509.SubjectKeyIdentifier;
import org.jetbrains.annotations.NotNull;
import java.io.IOException;
import java.net.Inet4Address;
@@ -1062,7 +1061,7 @@ public class EmailService implements AutoCloseable {
return fingerprint;
}
@NotNull
@NonNull
@Override
public synchronized String toString() {
return getCause().toString();