mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 08:36:55 +01:00
grammar police caught me (#285)
Former-commit-id: 83a94b573aea686ba8cc8c6620e1495c46cd425b
This commit is contained in:
@@ -119,7 +119,7 @@ public final class CliParser {
|
||||
try {
|
||||
int i = Integer.parseInt(line.getOptionValue(ARGUMENT.SYM_LINK_DEPTH));
|
||||
if (i < 0) {
|
||||
throw new ParseException("Symbolic Link Depth (symLink) must be greater then zero.");
|
||||
throw new ParseException("Symbolic Link Depth (symLink) must be greater than zero.");
|
||||
}
|
||||
} catch (NumberFormatException ex) {
|
||||
throw new ParseException("Symbolic Link Depth (symLink) is not a number.");
|
||||
|
||||
Reference in New Issue
Block a user