mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix NPE in ResourceBundleEditorFileListener
GitOrigin-RevId: cc0aee0dc985ea805a642e49cf41111089c2eb3a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cdd03690f6
commit
7a5fbcf79b
+1
-1
@@ -30,8 +30,8 @@ private val FORCE_UPDATE: Update = object : Update("FORCE_UPDATE") {
|
||||
}
|
||||
|
||||
internal class ResourceBundleEditorFileListener(private val editor: ResourceBundleEditor) : VirtualFileListener {
|
||||
private val eventProcessor = MyVfsEventsProcessor()
|
||||
private val project = editor.resourceBundle.project
|
||||
private val eventProcessor = MyVfsEventsProcessor()
|
||||
|
||||
fun flush() {
|
||||
FileDocumentManager.getInstance().saveAllDocuments()
|
||||
|
||||
Reference in New Issue
Block a user