8311001: missing @since info in jdk.net
Reviewed-by: dfuchs
This commit is contained in:
parent
711cddd899
commit
7655b487da
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -62,6 +62,8 @@ import java.util.Set;
|
||||
* socket's class for the equivalent method to set/get a socket option or retrieve available socket options.
|
||||
*
|
||||
* @see java.nio.channels.NetworkChannel
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
@Deprecated(since = "16")
|
||||
public class Sockets {
|
||||
|
Loading…
x
Reference in New Issue
Block a user