Correction of groups endpoint
This commit is contained in:
@ -47,4 +47,9 @@ public class Lecturer {
|
||||
public Lecturer() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%s %s %s", this.title, this.name, this.surname);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user