diff options
Diffstat (limited to 'src/de/fhswf/in/inf/java1/aufgabe5/Student.java')
| -rw-r--r-- | src/de/fhswf/in/inf/java1/aufgabe5/Student.java | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/de/fhswf/in/inf/java1/aufgabe5/Student.java b/src/de/fhswf/in/inf/java1/aufgabe5/Student.java deleted file mode 100644 index 769c91a..0000000 --- a/src/de/fhswf/in/inf/java1/aufgabe5/Student.java +++ /dev/null @@ -1,28 +0,0 @@ -/** - * - */ -package de.fhswf.in.inf.java1.aufgabe5; - -/** - * Extends Person and represents a student. - * - * @author $Author: $ - * @version $Revision: $, $Date: $ UTC - */ -public class Student extends Person -{ - - /** - * Simply calls the super constructor to initialize person. - * - * @param vorname - * First name of the student - * @param nachname - * Last name of the student - */ - public Student(String vorname, String nachname) - { - super(vorname, nachname); - } - -} |
