提交 80fae074 编写于 作者: M michaelm

8044766: New jdk.net classes have @since 1.9 tags in 8u20

Reviewed-by: chegar
上级 940e3ed9
...@@ -31,8 +31,6 @@ import java.net.SocketOption; ...@@ -31,8 +31,6 @@ import java.net.SocketOption;
* Defines extended socket options, beyond those defined in * Defines extended socket options, beyond those defined in
* {@link java.net.StandardSocketOptions}. These options may be platform * {@link java.net.StandardSocketOptions}. These options may be platform
* specific. * specific.
*
* @since 1.9
*/ */
@jdk.Exported @jdk.Exported
public final class ExtendedSocketOptions { public final class ExtendedSocketOptions {
......
...@@ -57,8 +57,6 @@ import java.security.BasicPermission; ...@@ -57,8 +57,6 @@ import java.security.BasicPermission;
* </tr></table> * </tr></table>
* *
* @see jdk.net.ExtendedSocketOptions * @see jdk.net.ExtendedSocketOptions
*
* @since 1.9
*/ */
@jdk.Exported @jdk.Exported
......
...@@ -42,8 +42,6 @@ import java.lang.annotation.Native; ...@@ -42,8 +42,6 @@ import java.lang.annotation.Native;
* <p> * <p>
* When a security manager is installed, a {@link NetworkPermission} * When a security manager is installed, a {@link NetworkPermission}
* is required to set or get this option. * is required to set or get this option.
*
* @since 1.9
*/ */
@jdk.Exported @jdk.Exported
public class SocketFlow { public class SocketFlow {
...@@ -65,8 +63,6 @@ public class SocketFlow { ...@@ -65,8 +63,6 @@ public class SocketFlow {
* socket option. Both setting and getting the option return * socket option. Both setting and getting the option return
* one of these statuses, which reflect the state of socket's * one of these statuses, which reflect the state of socket's
* flow. * flow.
*
* @since 1.9
*/ */
@jdk.Exported @jdk.Exported
public enum Status { public enum Status {
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
/** /**
* Platform specific socket options for the {@code java.net} and {@code java.nio.channels} * Platform specific socket options for the {@code java.net} and {@code java.nio.channels}
* socket classes. * socket classes.
*
* @since 1.9
*/ */
@jdk.Exported @jdk.Exported
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册