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

Reviewed-by: chegar
This commit is contained in:
Michael McMahon 2014-06-05 12:13:50 +01:00
parent 47e4638160
commit 4e1b129be0
4 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -58,7 +58,7 @@ import java.security.BasicPermission;
*
* @see jdk.net.ExtendedSocketOptions
*
* @since 1.9
* @since 1.8
*/
@jdk.Exported

View File

@ -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 {

View File

@ -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