Fix compile error
caused by changed api in RunTargetType from boot dash.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user