WS7 #1
@@ -41,7 +41,6 @@ public class Student {
|
||||
Student student = (Student) obj;
|
||||
return id == student.id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Student{" +
|
||||
|
||||
Reference in New Issue
Block a user