Kommentare 2: electric boogaloo
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package com.bib.essensbestellungsverwaltung;
|
||||
/*
|
||||
@author Malte Schulze Hobeling
|
||||
*/
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* one constructor is used to create new parents the other is used to create existing parents from database
|
||||
* @author Malte Schulze Hobeling
|
||||
*/
|
||||
public class Parent extends User{
|
||||
List<Child> children;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user