From 53a966fb67bf71d603c770f615cf6ad97c7cf209 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Thu, 7 Jan 2016 00:16:30 +0100 Subject: Update documentation --- src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java') diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java index 1c41dbf..9c93b5a 100644 --- a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java +++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java @@ -81,7 +81,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Studentenverwaltung stage with the corresponding FXML. * */ public void showStudentenverwaltung() @@ -114,7 +114,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Ansprechpartnerverwaltung stage with the corresponding FXML. * */ public void showAnsprechpartnerverwaltungsStage() @@ -147,7 +147,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Projekthinzufuegen stage with the corresponding FXML. * */ public Projekt showProjekthinzufuegenStage(Projekt projekt) @@ -194,9 +194,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the StudentenverwaltungsStage. * - * @return + * @return studentenverwaltungsStage */ public Stage getStudentenverwaltungsStage() { @@ -204,9 +204,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the AnsprechpartnerverwaltungsStage. * - * @return + * @return ansprechpartnerverwaltungsStage */ public Stage getAnsprechpartnerverwaltungsStage() { @@ -214,9 +214,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the ProjekthinzufuegenStage. * - * @return + * @return projekthinzufuegenStage */ public Stage getProjekthinzufuegenStage() { -- cgit v1.2.3-70-g09d2