mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
fix NPE in ResourceBundleEditorFileListener
(cherry picked from commit cc0aee0dc985ea805a642e49cf41111089c2eb3a) IJ-CR-147430 GitOrigin-RevId: d63b869bfdbbb9c2c2475742ace0f73bb571fe90
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a2e2366e15
commit
9d13bc9cee
@@ -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