Added missing comments
This commit is contained in:
parent
f23a596f47
commit
44a4ca7967
@ -91,7 +91,7 @@ public class CreateEventController {
|
||||
dataController.createEvent(event);
|
||||
}
|
||||
|
||||
//Marc Beyer//
|
||||
//Marco Kühn//
|
||||
@FXML
|
||||
protected void abortBtnClick(ActionEvent event) {
|
||||
Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow();
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marc Beyer//
|
||||
package events;
|
||||
|
||||
import helper.HttpRequestException;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Marco Kühn, Marc Beyer */
|
||||
// Marco Kühn, Marc Beyer //
|
||||
package main;
|
||||
|
||||
import config.Config;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Marco Kühn */
|
||||
// Marco Kühn //
|
||||
package main;
|
||||
|
||||
import com.jfoenix.controls.*;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marc Beyer//
|
||||
package ui;
|
||||
|
||||
import javafx.scene.control.Label;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marc Beyer, Marco Kühn//
|
||||
package ui;
|
||||
|
||||
import container.Event;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marco Kühn//
|
||||
package ui;
|
||||
|
||||
import javafx.geometry.Bounds;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Marc Beyer */
|
||||
// Marc Beyer //
|
||||
package users;
|
||||
|
||||
import container.DataController;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marc Beyer//
|
||||
package container;
|
||||
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marco Kühn//
|
||||
package container;
|
||||
|
||||
import java.time.Duration;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marc Beyer//
|
||||
package container;
|
||||
|
||||
import helper.Tuple;
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Marco Kühn//
|
||||
package container;
|
||||
|
||||
public class User {
|
||||
|
Loading…
Reference in New Issue
Block a user