jdk/src/java.base/share/classes/java/net/SocketImpl.java
changeset 28852 a581c7868768
parent 27341 9a5b45530ed4
child 34968 93b315c61ca3
--- a/jdk/src/java.base/share/classes/java/net/SocketImpl.java	Mon Feb 09 13:32:42 2015 -0800
+++ b/jdk/src/java.base/share/classes/java/net/SocketImpl.java	Mon Feb 09 15:33:56 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2015, 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
@@ -362,6 +362,7 @@
     /**
      * Called to set a socket option.
      *
+     * @param <T> The type of the socket option value
      * @param name The socket option
      *
      * @param value The value of the socket option. A value of {@code null}
@@ -397,6 +398,7 @@
     /**
      * Called to get a socket option.
      *
+     * @param <T> The type of the socket option value
      * @param name The socket option
      *
      * @return the value of the named option