mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove TODO in socket/Message
This commit is contained in:
parent
716c92cb7d
commit
fb2c260230
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ public class Message {
|
|||
GET_INTERPRETER_SETTINGS, // [c-s] get interpreter settings
|
||||
INTERPRETER_SETTINGS, // [s-c] interpreter settings
|
||||
ERROR_INFO, // [s-c] error information to be sent
|
||||
WATCHER, // [s-c] TODO(anthonycorbacho): add description.
|
||||
WATCHER, // [s-c] Change websocket to watcher mode.
|
||||
}
|
||||
|
||||
public static final Message EMPTY = new Message(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue