Skip to content
Snippets Groups Projects
Commit 9ce9db12 authored by Rafi Zereselasie (raz070)'s avatar Rafi Zereselasie (raz070)
Browse files

This... missing break broke everything.

parent dc3c5a95
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ public class UserThread extends Thread {
exception.printStackTrace();
}
}
break;
case "removeEmployee":
try {
int employeeID = Integer.parseInt(args[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment