Remove TODO in socket/Message

This commit is contained in:
Anthony Corbacho 2016-11-14 14:48:10 +09:00
parent 716c92cb7d
commit fb2c260230

View file

@ -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);