mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix typo that should improve action manager performance.
GitOrigin-RevId: 0fd36cf2a5d4813f655680395131e45a861708ec
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9943c092ee
commit
7fb6256a25
+1
-1
@@ -1110,8 +1110,8 @@ public final class ActionManagerImpl extends ActionManagerEx implements Disposab
|
||||
if (!myId2Action.containsKey(actionId)) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("action with ID " + actionId + " wasn't registered");
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
AnAction oldValue = myId2Action.remove(actionId);
|
||||
myAction2Id.remove(oldValue);
|
||||
|
||||
Reference in New Issue
Block a user