Kommentare 2: electric boogaloo

This commit is contained in:
2023-02-01 22:52:04 +01:00
parent 9b6d60a571
commit c022d68b92
16 changed files with 229 additions and 58 deletions

View File

@@ -1,8 +1,9 @@
package com.bib.essensbestellungsverwaltung;
/*
@author Malte Schulze Hobeling
*/
/**
* one constructor is used to create new users the other is used to create existing users from database
* @author Malte Schulze Hobeling
*/
public class User {
private long id;
private String name;