mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove comments
This commit is contained in:
parent
a1304a2288
commit
4d971961e2
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ public class RemoteInterpreterEventPoller extends Thread {
|
|||
|
||||
appListener.onStatusChange(noteId, paragraphId, appId, status);
|
||||
} else if (event.getType() == RemoteInterpreterEventType.META_INFOS) {
|
||||
// on output update
|
||||
Map<String, String> metaInfos = gson.fromJson(event.getData(),
|
||||
new TypeToken<Map<String, String>>() {
|
||||
}.getType());
|
||||
|
|
|
|||
Loading…
Reference in a new issue