-
Bug
-
Resolution: Fixed
-
P5
-
8, 9
-
b17
-
Not verified
A DESCRIPTION OF THE PROBLEM :
In javax.net.ssl.SSLServerSocket class documentation:
1. in the following sentence "This class extends ServerSockets and provides secure server sockets", the word 'ServerSockets' should be written without 's' in the end;
2. and also, the following sentence "SSLServerSockets contain several pieces of state data which are inherited by the SSLSocket at socket creation." should be replaced by "SSLServerSocket contains several pieces of state data which are inherited by the SSLSocket at socket creation."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLServerSocket.html
In javax.net.ssl.SSLServerSocket class documentation:
1. in the following sentence "This class extends ServerSockets and provides secure server sockets", the word 'ServerSockets' should be written without 's' in the end;
2. and also, the following sentence "SSLServerSockets contain several pieces of state data which are inherited by the SSLSocket at socket creation." should be replaced by "SSLServerSocket contains several pieces of state data which are inherited by the SSLSocket at socket creation."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLServerSocket.html