jdk/src/share/classes/com/sun/nio/sctp/Notification.java
changeset 19835 505b6711e79b
parent 5506 202f599c92aa
child 20742 4ae78e8060d6
--- a/jdk/src/share/classes/com/sun/nio/sctp/Notification.java	Wed Sep 11 09:45:52 2013 +0200
+++ b/jdk/src/share/classes/com/sun/nio/sctp/Notification.java	Wed Sep 11 11:03:51 2013 +0100
@@ -40,6 +40,8 @@
 public interface Notification {
     /**
      * Returns the association that this notification is applicable to.
+     *
+     * @return  The association
      */
     public Association association();
 }