Commit 577772d0 authored by Yusuke Iwaki's avatar Yusuke Iwaki

add `@Override` for RocketChatWebSocketThread#quit

parent 3da22c34
...@@ -165,7 +165,9 @@ public class RocketChatWebSocketThread extends HandlerThread { ...@@ -165,7 +165,9 @@ public class RocketChatWebSocketThread extends HandlerThread {
* THIS METHOD THROWS EXCEPTION!! * THIS METHOD THROWS EXCEPTION!!
* Use terminate() instead!! * Use terminate() instead!!
*/ */
@Deprecated public final boolean quit() { @Deprecated
@Override
public final boolean quit() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment