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.nio.channels.spi.SelectorProvider;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
|
@SuppressWarnings("all")
|
||||||
public abstract class SctpServerChannel extends AbstractSelectableChannel {
|
public abstract class SctpServerChannel extends AbstractSelectableChannel {
|
||||||
static {
|
static {
|
||||||
UnsupportedOperatingSystemException.raise();
|
UnsupportedOperatingSystemException.raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SctpServerChannel open() {
|
public static SctpServerChannel open() throws IOException {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user