Skip to content

Commit

Permalink
Merge pull request #200 from sstefonic/deleteClose
Browse files Browse the repository at this point in the history
Delete close method in WolfSSLServerSocket
  • Loading branch information
cconlon authored Jun 10, 2024
2 parents bb12cc9 + 8aecdb1 commit 151853d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/java/com/wolfssl/provider/jsse/WolfSSLServerSocket.java
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,5 @@ synchronized public Socket accept() throws IOException {

return socket;
}

@Override
public synchronized void close() throws IOException {
super.close();
}
}

0 comments on commit 151853d

Please sign in to comment.