Fix compile error

caused by changed api in RunTargetType from boot dash.
This commit is contained in:
Kris De Volder
2020-03-26 09:41:25 -07:00
parent 97cada3fec
commit ec0f93a226

View File

@@ -90,7 +90,7 @@ public class BootDashTargetInfoSynchronizer {
if (targets != null) {
for (RunTarget runTarget : targets) {
if (runTarget instanceof CloudFoundryRunTarget) {
// ((CloudFoundryRunTarget) runTarget).addConnectionStateListener(clientsChangedListener);
((CloudFoundryRunTarget) runTarget).getClientExp().addListener(clientsChangedListener);
}
}
}