aufräumen

This commit is contained in:
Johannes Theiner 2018-05-03 17:04:56 +02:00
parent 4668fc7386
commit 87b3b7108b
1 changed files with 4 additions and 4 deletions

View File

@ -20,19 +20,19 @@ public class Vorlesung {
}
}
public String getStudiengruppe() {
String getStudiengruppe() {
return studiengruppe;
}
public String getTitle() {
String getTitle() {
return title;
}
public String getDozent() {
String getDozent() {
return dozent;
}
public int getTeilnehmerzahl() {
int getTeilnehmerzahl() {
return teilnehmerzahl;
}