mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
This commit is contained in:
parent
a0b687bfb2
commit
0aa3c92577
69 changed files with 0 additions and 209 deletions
|
@ -529,7 +529,6 @@ public class ServerSocket implements java.io.Closeable {
|
|||
* @return the new Socket
|
||||
* @see SecurityManager#checkAccept
|
||||
* @revised 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public Socket accept() throws IOException {
|
||||
if (isClosed())
|
||||
|
@ -573,7 +572,6 @@ public class ServerSocket implements java.io.Closeable {
|
|||
*
|
||||
* @since 1.1
|
||||
* @revised 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
protected final void implAccept(Socket s) throws IOException {
|
||||
SocketImpl si = s.impl;
|
||||
|
@ -717,7 +715,6 @@ public class ServerSocket implements java.io.Closeable {
|
|||
*
|
||||
* @throws IOException if an I/O error occurs when closing the socket.
|
||||
* @revised 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public void close() throws IOException {
|
||||
synchronized(closeLock) {
|
||||
|
@ -743,7 +740,6 @@ public class ServerSocket implements java.io.Closeable {
|
|||
* for a channel
|
||||
*
|
||||
* @since 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public ServerSocketChannel getChannel() {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue