mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-233574 service: run dashboard: fix types shared state
GitOrigin-RevId: ecca780c30e000475715037607a16dfbdaa60f08
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b5efe9cff7
commit
490d657dc3
@@ -584,7 +584,7 @@ public final class RunDashboardManagerImpl implements RunDashboardManager, Persi
|
||||
}
|
||||
finally {
|
||||
myServiceLock.writeLock().unlock();
|
||||
mySharedState.setConfigurationTypes(new HashSet<>(myState.configurationTypes));
|
||||
mySharedState.setConfigurationTypes(new HashSet<>(myTypes));
|
||||
mySharedState.setServices(getRunConfigurations());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user