TEMPORARY workaround to make builds work again due to compile error, please revert as soon as possible

This commit is contained in:
Martin Lippert
2020-03-26 14:59:51 +01:00
parent 11d5044638
commit efa1005eaf

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).addConnectionStateListener(clientsChangedListener);
}
}
}