jdk/src/share/classes/com/sun/nio/sctp/SctpSocketOption.java
changeset 9679 d98ae8bc45fc
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
9677:638762c0263e 9679:d98ae8bc45fc
    31  *
    31  *
    32  * @param   <T>     The type of the socket option value.
    32  * @param   <T>     The type of the socket option value.
    33  *
    33  *
    34  * @since 1.7
    34  * @since 1.7
    35  *
    35  *
    36  * @see SctpStandardSocketOption
    36  * @see SctpStandardSocketOptions
    37  */
    37  */
    38 public interface SctpSocketOption<T> extends SocketOption<T> { }
    38 public interface SctpSocketOption<T> extends SocketOption<T> { }