From b777e4c817cda7161999cca0d6fde0f1d52314cf Mon Sep 17 00:00:00 2001 From: naumueller Date: Sun, 19 Oct 2025 15:59:48 +0200 Subject: [PATCH] Author changed --- src/main/java/efi/projekt/gesundheitsassistent/FxStart.java | 5 +++++ .../gesundheitsassistent/controller/FxViewController.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/java/efi/projekt/gesundheitsassistent/FxStart.java b/src/main/java/efi/projekt/gesundheitsassistent/FxStart.java index 807c127..dd9b822 100644 --- a/src/main/java/efi/projekt/gesundheitsassistent/FxStart.java +++ b/src/main/java/efi/projekt/gesundheitsassistent/FxStart.java @@ -12,6 +12,11 @@ import javafx.stage.Stage; import java.io.IOException; +/** + * Start class + * + * @author naumueller + */ public class FxStart extends Application { private static Scene scene; diff --git a/src/main/java/efi/projekt/gesundheitsassistent/controller/FxViewController.java b/src/main/java/efi/projekt/gesundheitsassistent/controller/FxViewController.java index 39587cf..cf16246 100644 --- a/src/main/java/efi/projekt/gesundheitsassistent/controller/FxViewController.java +++ b/src/main/java/efi/projekt/gesundheitsassistent/controller/FxViewController.java @@ -16,7 +16,7 @@ import javafx.scene.control.ButtonType; /** * FXML Controller class * - * @author aumni + * @author naumueller */ public class FxViewController implements Initializable {