mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
Fix NPE in MessagesServiceImpl
GitOrigin-RevId: 4d673024c170d62de4d1adc9cef01bfe19681bcf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
040ea10937
commit
eeba8827c5
@@ -81,7 +81,7 @@ public class MessagesServiceImpl implements MessagesService {
|
||||
AlertMessagesManager alertMessagesManager = AlertMessagesManager.getInstanceIfPossible();
|
||||
if (alertMessagesManager != null) {
|
||||
return alertMessagesManager.showMessageDialog(project, null, message, title, options, defaultOptionIndex, focusedOptionIndex, icon,
|
||||
null, null, null, null);
|
||||
null, null, null, new ExitActionType[]{});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user