Update src/main/java/models/Course.java
This commit is contained in:
@@ -34,7 +34,7 @@ public class Course {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<Student> getStudents() {
|
public List<Student> getStudents() {
|
||||||
return students; // ساده، بدون unmodifiable
|
return students;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void showStudents() {
|
public void showStudents() {
|
||||||
|
|||||||
Reference in New Issue
Block a user