mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix syntax error
This commit is contained in:
parent
6c5019e0f4
commit
710487b039
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ public class Message {
|
|||
APP_APPEND_OUTPUT, // [s-c] append output
|
||||
APP_UPDATE_OUTPUT, // [s-c] update (replace) output
|
||||
APP_LOAD, // [s-c] on app load
|
||||
APP_STATUS_CHANGE // [s-c] on app status change
|
||||
APP_STATUS_CHANGE, // [s-c] on app status change
|
||||
|
||||
LIST_NOTEBOOK_JOBS, // [c-s] get notebook job management infomations
|
||||
LIST_UPDATE_NOTEBOOK_JOBS // [c-s] get job management informations for until unixtime
|
||||
|
|
|
|||
Loading…
Reference in a new issue