Skip to content

Commit a0d7b8b

Browse files
-auto_connect. Should be made configurable.
1 parent bdb0832 commit a0d7b8b

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • app/commander/app-commander-connections/src/main/java/com/windhoverlabs/yamcs/applications/connections

app/commander/app-commander-connections/src/main/java/com/windhoverlabs/yamcs/applications/connections/Tree.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,13 @@ public Boolean call(YamcsServerConnection connection) {
151151
SeparatorMenuItem sep = new SeparatorMenuItem();
152152
MenuItem connectAllServers = new MenuItem(Messages.ConnectAll);
153153

154-
// FIXME:Should be made configurable
154+
// FIXME:Should be made configurable
155155
if (true) {
156-
System.out.println("Connect here********************");
157-
for (YamcsServer s : YamcsObjectManager.getRoot().getItems()) {
158-
attemptToConnect(s);
159-
}
156+
System.out.println("Connect here********************");
157+
for (YamcsServer s : YamcsObjectManager.getRoot().getItems()) {
158+
attemptToConnect(s);
160159
}
161-
160+
}
162161

163162
connectAllServers.setOnAction(
164163
e -> {

0 commit comments

Comments
 (0)