()
| 104 | } |
| 105 | |
| 106 | public Optional<File> getFile() { |
| 107 | return Optional.ofNullable(targetFile); |
| 108 | } |
| 109 | |
| 110 | public void initEditor(WebView editor, File sourceFile, boolean isBlank) { |
| 111 | this.editor = editor; |
no outgoing calls
no test coverage detected