Skip to content
Snippets Groups Projects
Commit 4bcb98b8 authored by William Enright's avatar William Enright
Browse files

added missing break

parent 2adc1d15
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ public class Server {
break;
case 3:
tomcatLauncher = new TomcatLauncher(Integer.parseInt(args[0]), args[1], args[2]);
break;
default:
log.error("Incorrect number of start arguments provided!");
System.exit(-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