Skip to content

Commit

Permalink
Updated Main parameter checking
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPJFaria committed Dec 9, 2017
1 parent be4a546 commit 14bcecd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,5 @@ private static void verifyArgs()
System.err.println("Error: you must specify an input study-set file.");
exitError();
}
if(co == null)
{
System.err.println("Error: unrecognized multiple test correction option.");
exitError();
}
}

}

0 comments on commit 14bcecd

Please sign in to comment.