aufräumen
This commit is contained in:
parent
4668fc7386
commit
87b3b7108b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue