mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +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 {
|
try {
|
||||||
int i = Integer.parseInt(line.getOptionValue(ARGUMENT.SYM_LINK_DEPTH));
|
int i = Integer.parseInt(line.getOptionValue(ARGUMENT.SYM_LINK_DEPTH));
|
||||||
if (i < 0) {
|
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) {
|
} catch (NumberFormatException ex) {
|
||||||
throw new ParseException("Symbolic Link Depth (symLink) is not a number.");
|
throw new ParseException("Symbolic Link Depth (symLink) is not a number.");
|
||||||
|
|||||||
BIN
dependency-check-core/src/test/resources/file.tar
Normal file
BIN
dependency-check-core/src/test/resources/file.tar
Normal file
Binary file not shown.
BIN
dependency-check-core/src/test/resources/python/dist/EggTest-0.0.1-py2.7.zip
vendored
Normal file
BIN
dependency-check-core/src/test/resources/python/dist/EggTest-0.0.1-py2.7.zip
vendored
Normal file
Binary file not shown.
BIN
dependency-check-core/src/test/resources/struts.zip
Normal file
BIN
dependency-check-core/src/test/resources/struts.zip
Normal file
Binary file not shown.
BIN
dependency-check-core/src/test/resources/test.zip
Normal file
BIN
dependency-check-core/src/test/resources/test.zip
Normal file
Binary file not shown.
1
src/test/resources/data.zip.REMOVED.git-id
Normal file
1
src/test/resources/data.zip.REMOVED.git-id
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ae6196ee0e28a3fc1a015742b53da308ecbc1059
|
||||||
Reference in New Issue
Block a user