mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] IJPL-224518 Cleanup private modifier usages with extensions/services
GitOrigin-RevId: 81092bac522182328259641936529808c6af226e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b0cd45d515
commit
5e6ce05858
+1
-1
@@ -24,7 +24,7 @@ import java.util.function.Supplier
|
||||
import javax.swing.BoxLayout
|
||||
import kotlin.math.max
|
||||
|
||||
private class DecompilerInEditorListener : EditorFactoryListener {
|
||||
internal class DecompilerInEditorListener : EditorFactoryListener {
|
||||
override fun editorCreated(event: EditorFactoryEvent) {
|
||||
val editor = event.editor as? EditorImpl ?: return
|
||||
val virtualFile = FileDocumentManager.getInstance().getFile(editor.document) ?: return
|
||||
|
||||
Reference in New Issue
Block a user