fix: Styling issue in zengine

This commit is contained in:
1ambda 2016-11-24 15:12:23 +09:00
parent 7825108e77
commit e95297c771

View file

@ -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(),