8311001: missing @since info in jdk.net

Reviewed-by: dfuchs
This commit is contained in:
Darragh Clarke 2023-07-04 12:19:23 +00:00
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 {