[platform] IJPL-224518 Cleanup private modifier usages with extensions/services

GitOrigin-RevId: 81092bac522182328259641936529808c6af226e
This commit is contained in:
Yuriy Artamonov
2025-12-22 22:17:32 +00:00
committed by intellij-monorepo-bot
parent b0cd45d515
commit 5e6ce05858
42 changed files with 46 additions and 45 deletions
@@ -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