()
| 241 | unresolvedFileModification = true; |
| 242 | EventQueue.invokeLater(new Runnable() { |
| 243 | @Override |
| 244 | public void run() { |
| 245 | if (reloadDialogVisible == false && JdotxtGUI.this.isFocused()) showReloadDialog(); |
| 246 | } |
| 247 | }); |
| 248 | } |
| 249 | }); |
nothing calls this directly
no test coverage detected