Added missing comments

This commit is contained in:
Marco Kühn 2022-02-10 09:23:39 +01:00
parent f23a596f47
commit 44a4ca7967
12 changed files with 12 additions and 4 deletions

View File

@ -91,7 +91,7 @@ public class CreateEventController {
dataController.createEvent(event); dataController.createEvent(event);
} }
//Marc Beyer// //Marco Kühn//
@FXML @FXML
protected void abortBtnClick(ActionEvent event) { protected void abortBtnClick(ActionEvent event) {
Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow(); Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow();

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package events; package events;
import helper.HttpRequestException; import helper.HttpRequestException;

View File

@ -1,4 +1,4 @@
/* Marco Kühn, Marc Beyer */ // Marco Kühn, Marc Beyer //
package main; package main;
import config.Config; import config.Config;

View File

@ -1,4 +1,4 @@
/* Marco Kühn */ // Marco Kühn //
package main; package main;
import com.jfoenix.controls.*; import com.jfoenix.controls.*;

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package ui; package ui;
import javafx.scene.control.Label; import javafx.scene.control.Label;

View File

@ -1,3 +1,4 @@
//Marc Beyer, Marco Kühn//
package ui; package ui;
import container.Event; import container.Event;

View File

@ -1,3 +1,4 @@
//Marco Kühn//
package ui; package ui;
import javafx.geometry.Bounds; import javafx.geometry.Bounds;

View File

@ -1,4 +1,4 @@
/* Marc Beyer */ // Marc Beyer //
package users; package users;
import container.DataController; import container.DataController;

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package container; package container;
import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.JsonProcessingException;

View File

@ -1,3 +1,4 @@
//Marco Kühn//
package container; package container;
import java.time.Duration; import java.time.Duration;

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package container; package container;
import helper.Tuple; import helper.Tuple;

View File

@ -1,3 +1,4 @@
//Marco Kühn//
package container; package container;
public class User { public class User {