8044766: New jdk.net classes have @since 1.9 tags in 8u20
Reviewed-by: chegar
This commit is contained in:
parent
47e4638160
commit
4e1b129be0
@ -32,7 +32,7 @@ import java.net.SocketOption;
|
||||
* {@link java.net.StandardSocketOptions}. These options may be platform
|
||||
* specific.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 1.8
|
||||
*/
|
||||
@jdk.Exported
|
||||
public final class ExtendedSocketOptions {
|
||||
|
@ -58,7 +58,7 @@ import java.security.BasicPermission;
|
||||
*
|
||||
* @see jdk.net.ExtendedSocketOptions
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 1.8
|
||||
*/
|
||||
|
||||
@jdk.Exported
|
||||
|
@ -43,7 +43,7 @@ import java.lang.annotation.Native;
|
||||
* When a security manager is installed, a {@link NetworkPermission}
|
||||
* is required to set or get this option.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 1.8
|
||||
*/
|
||||
@jdk.Exported
|
||||
public class SocketFlow {
|
||||
@ -66,7 +66,7 @@ public class SocketFlow {
|
||||
* one of these statuses, which reflect the state of socket's
|
||||
* flow.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 1.8
|
||||
*/
|
||||
@jdk.Exported
|
||||
public enum Status {
|
||||
|
@ -27,7 +27,7 @@
|
||||
* Platform specific socket options for the {@code java.net} and {@code java.nio.channels}
|
||||
* socket classes.
|
||||
*
|
||||
* @since 1.9
|
||||
* @since 1.8
|
||||
*/
|
||||
|
||||
@jdk.Exported
|
||||
|
Loading…
x
Reference in New Issue
Block a user