pmd: removes invalid call to System.exit()

This commit is contained in:
Romain PELISSE
2012-11-14 21:29:15 +01:00
parent 37ec2f505b
commit 412322567e

View File

@ -37,7 +37,6 @@ public class PMDCommandLineInterface {
} catch (ParameterException e) {
System.out.println(buildUsageText());
System.out.println(e.getMessage());
System.exit(1);
}
return arguments;
}