From 445155ed3390b233f7bfb0f5a1411f46351662e0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 25 Apr 2021 00:13:21 +0200 Subject: [PATCH] fix apidoc --- src/main/java/app/controllers/EditorController.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/app/controllers/EditorController.java b/src/main/java/app/controllers/EditorController.java index 4999fff..02d9af0 100644 --- a/src/main/java/app/controllers/EditorController.java +++ b/src/main/java/app/controllers/EditorController.java @@ -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();