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