Remove bad Javadoc in SCTP classes.

This commit is contained in:
Trustin Lee 2012-12-19 11:58:17 +09:00
parent 43e40d6af6
commit 3fc3401c08

View File

@ -15,11 +15,6 @@
*/
package com.sun.nio.sctp;
/**
* TODO Document me.
*
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
*/
public enum HandlerResult {
CONTINUE, RETURN
}