diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Main.java b/src/Main.java index b835b75..ed55c41 100644 --- a/src/Main.java +++ b/src/Main.java @@ -9,7 +9,6 @@ public static void main(String[] args) { Teacher teacher2 = new Teacher("Mr. andualem", "Physics"); // Set values for attributes through the constructor - // Add Student and Teacher objects into the College object college.getStudents().add(student1); college.getStudents().add(student2); college.getTeachers().add(teacher1);