WS7 #1

Merged
Aryan merged 2 commits from develop into main 2026-07-17 06:06:21 +00:00
Showing only changes of commit 41d6de14ef - Show all commits
-1
View File
@@ -41,7 +41,6 @@ public class Student {
Student student = (Student) obj;
return id == student.id;
}
@Override
public String toString() {
return "Student{" +