Skip to content

Commit 9ea78d6

Browse files
author
unknown
committed
code review changes
1 parent 9e6879c commit 9ea78d6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

StudentUtils.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,4 @@ public String toString() {
156156
return "Current students are: [students="
157157
+ Arrays.toString(students) + "]";
158158
}
159-
160-
public void printCurrentStudents() {
161-
System.out.println(this.toString());
162-
// System.out.println("Current students are: ");
163-
// for (int i = 0; i<students.length; i++) {
164-
// System.out.println(students[i]);
165-
// }
166-
}
167159
}

0 commit comments

Comments
 (0)