Added missing comments

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

View File

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

View File

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

View File

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

View File

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