fix apidoc

master
Oystein Kristoffer Tveit 2021-04-25 00:13:21 +02:00
parent da83d108b2
commit 445155ed33
1 changed files with 2 additions and 3 deletions

View File

@ -139,10 +139,9 @@ public class EditorController implements Initializable, Controller {
}
/**
* Updates the content of the editor to a specific filepath. Otherwise it will
* open an error dialog to give the user feedback about what has happened.
* Updates the content of the editor.
*
* @param filePath The path of the file
* @param newContent The String to be inserted into the editor
*/
public void setEditorContent(String newContent) {
editor.clear();