jameh

Better structure

Nov 22nd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. if (args.length == 0) {
  2.     System.out.println("Please provide a data file.");
  3.     System.exit(1);
  4. }
  5. JOB_DATA = getJobData(args[0]);
Advertisement
Add Comment
Please, Sign In to add comment