mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
This commit is contained in:
parent
298315e8f8
commit
9d07dc02e1
124 changed files with 297 additions and 297 deletions
|
@ -946,7 +946,7 @@ class ServerSocket implements java.io.Closeable {
|
|||
* {@link java.net.StandardSocketOptions StandardSocketOptions}
|
||||
* do not require any security permission.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 9
|
||||
*/
|
||||
public <T> ServerSocket setOption(SocketOption<T> name, T value)
|
||||
throws IOException
|
||||
|
@ -976,7 +976,7 @@ class ServerSocket implements java.io.Closeable {
|
|||
* {@link java.net.StandardSocketOptions StandardSocketOptions}
|
||||
* do not require any security permission.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 9
|
||||
*/
|
||||
public <T> T getOption(SocketOption<T> name) throws IOException {
|
||||
return getImpl().getOption(name);
|
||||
|
@ -994,7 +994,7 @@ class ServerSocket implements java.io.Closeable {
|
|||
* @return A set of the socket options supported by this socket. This set
|
||||
* may be empty if the socket's SocketImpl cannot be created.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 9
|
||||
*/
|
||||
public Set<SocketOption<?>> supportedOptions() {
|
||||
synchronized (ServerSocket.class) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue