Fix a compilation error
This commit is contained in:
parent
5d45880b9e
commit
1cc104e1c0
@ -22,12 +22,13 @@ import java.nio.channels.spi.AbstractSelectableChannel;
|
||||
import java.nio.channels.spi.SelectorProvider;
|
||||
import java.util.Set;
|
||||
|
||||
@SuppressWarnings("all")
|
||||
public abstract class SctpServerChannel extends AbstractSelectableChannel {
|
||||
static {
|
||||
UnsupportedOperatingSystemException.raise();
|
||||
}
|
||||
|
||||
public static SctpServerChannel open() {
|
||||
public static SctpServerChannel open() throws IOException {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user