Attempt to fix selector memeory leak. Add update checker
This commit is contained in:
@@ -11,4 +11,9 @@ public class UncheckedIOException extends RuntimeException {
|
||||
public UncheckedIOException(IOException cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized IOException getCause() {
|
||||
return (IOException) super.getCause();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user