TEMPORARY workaround to make builds work again due to compile error, please revert as soon as possible
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).addConnectionStateListener(clientsChangedListener);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user