Merge pull request #200 from sstefonic/deleteClose

Delete close method in WolfSSLServerSocket
pull/203/head
Chris Conlon 2024-06-10 17:23:26 -06:00 committed by GitHub
commit 151853de8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();
}
}