Fixed hundreds of small issues, code improvements, typos, ...
This commit is contained in:
@@ -61,7 +61,7 @@ public abstract class AbstractServerWS extends WebSocketAdapter implements Abstr
|
||||
}
|
||||
|
||||
@Override
|
||||
public final void sendClose(int code, String reason) throws IOException {
|
||||
public final void sendClose(int code, String reason) {
|
||||
getSession().close(code, reason);
|
||||
isClosed = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user