Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 0ce2831

Browse files
committed
capitalize class name
1 parent 39c39c2 commit 0ce2831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OODesign/CallCenter/callFunc.java renamed to src/OODesign/CallCenter/CallFunc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package CallCenter;
22
import java.util.*;
33

4-
public class callFunc {
4+
public class CallFunc {
55
public static void dispatchCall(List<Employee> respondents)
66
{
77

@@ -12,7 +12,7 @@ private static Employee[] getFirstResp(List<Employee> respondents)
1212
List<Employee> potEmp = new ArrayList<Employee>();
1313
for (Employee emp: respondents)
1414
{
15-
15+
1616
}
1717
return new Employee[0];
1818
};

0 commit comments

Comments
 (0)