WS-7
This commit is contained in:
@@ -41,7 +41,6 @@ public class Student {
|
|||||||
Student student = (Student) obj;
|
Student student = (Student) obj;
|
||||||
return id == student.id;
|
return id == student.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "Student{" +
|
return "Student{" +
|
||||||
|
|||||||
Reference in New Issue
Block a user