mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
cleanup
GitOrigin-RevId: a43cd9f8a107724b0f5c0a319950359b3c577081
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ce9d496357
commit
1968626d76
@@ -132,7 +132,7 @@ public class Alarm implements Disposable {
|
||||
EdtExecutorService.getScheduledExecutorInstance() :
|
||||
|
||||
// or pass to app pooled thread.
|
||||
// have to restrict the number of running tasks because otherwise the (implicit) contract of
|
||||
// have to restrict the number of running tasks because otherwise the (implicit) contract
|
||||
// "addRequests with the same delay are executed in order" will be broken
|
||||
AppExecutorUtil.createBoundedScheduledExecutorService("Alarm Pool", 1);
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ import com.intellij.openapi.actionSystem.impl.ActionToolbarImpl
|
||||
import com.intellij.openapi.project.Project
|
||||
import com.intellij.openapi.ui.ComboBox
|
||||
import com.intellij.ui.CaptionPanel
|
||||
import com.intellij.ui.ComboboxSpeedSearch
|
||||
import com.intellij.ui.border.CustomLineBorder
|
||||
import com.intellij.ui.components.panels.Wrapper
|
||||
import com.intellij.util.SingleAlarm
|
||||
|
||||
@@ -14,7 +14,6 @@ import com.intellij.openapi.ui.popup.PopupStep
|
||||
import com.intellij.openapi.ui.popup.util.BaseListPopupStep
|
||||
import com.intellij.openapi.util.Disposer
|
||||
import com.intellij.openapi.util.NlsContexts
|
||||
import com.intellij.openapi.util.NlsSafe
|
||||
import com.intellij.openapi.wm.ToolWindow
|
||||
import com.intellij.openapi.wm.ToolWindowManager
|
||||
import com.intellij.openapi.wm.ex.ToolWindowManagerListener
|
||||
|
||||
Reference in New Issue
Block a user