delete close method in WolfSSLSeverSocket

pull/200/head
Sage Stefonic 2024-06-10 15:55:53 -07:00
parent bb12cc94a0
commit 8aecdb1b4b
1 changed files with 0 additions and 5 deletions

View File

@ -374,10 +374,5 @@ public class WolfSSLServerSocket extends SSLServerSocket {
return socket;
}
@Override
public synchronized void close() throws IOException {
super.close();
}
}