mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-1254 revert indentation
This commit is contained in:
parent
55d95ec767
commit
6ac17486db
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class InterpreterSettingsList {
|
|||
private List<InterpreterInfo> interpreters;
|
||||
|
||||
public InterpreterSettingsList(String id, String name,
|
||||
List<InterpreterInfo> interpreters, boolean selected) {
|
||||
List<InterpreterInfo> interpreters, boolean selected) {
|
||||
this.id = id;
|
||||
this.name = name;
|
||||
this.interpreters = interpreters;
|
||||
|
|
|
|||
Loading…
Reference in a new issue