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