This commit is contained in:
2026-07-05 15:18:58 +03:30
parent 41979c1752
commit 41d6de14ef
-1
View File
@@ -41,7 +41,6 @@ public class Student {
Student student = (Student) obj;
return id == student.id;
}
@Override
public String toString() {
return "Student{" +