mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Styling issue in zengine
This commit is contained in:
parent
7825108e77
commit
e95297c771
1 changed files with 2 additions and 1 deletions
|
|
@ -290,7 +290,8 @@ public class InterpreterFactory implements InterpreterGroupFactory {
|
|||
new ArrayList<InterpreterInfo>() : new ArrayList<>(o.getInterpreterInfos());
|
||||
List<Dependency> deps = (null == o.getDependencies()) ?
|
||||
new ArrayList<Dependency>() : new ArrayList<>(o.getDependencies());
|
||||
Properties props = convertInterpreterProperties((Map<String, InterpreterProperty>) o.getProperties());
|
||||
Properties props =
|
||||
convertInterpreterProperties((Map<String, InterpreterProperty>) o.getProperties());
|
||||
InterpreterOption option = InterpreterOption.fromInterpreterOption(o.getOption());
|
||||
|
||||
InterpreterSetting setting = new InterpreterSetting(o.getName(), o.getName(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue