Skip to content

Commit c5ab0f1

Browse files
author
AmiyahJo
committed
fix: changed member function getStudentCount to countStudents
1 parent 61c36b2 commit c5ab0f1

File tree

1 file changed

+1
-1
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones

1 file changed

+1
-1
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones/jobReadinessLab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public Boolean verifyIsSuccessful() {
3737
return isSuccessful;
3838
}
3939

40-
public int getStudentCount() {
40+
public int countStudents() {
4141
int count = students.size();
4242
System.out.println("Total students enrolles: " + count);
4343
return count;

0 commit comments

Comments
 (0)