mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
checkstyle correction (line length)
Former-commit-id: 9dd3434ff9ed9e45d547a9179bb7880fdb29b055
This commit is contained in:
@@ -94,7 +94,8 @@ public final class CliParser {
|
|||||||
try {
|
try {
|
||||||
Format.valueOf(format);
|
Format.valueOf(format);
|
||||||
} catch (IllegalArgumentException ex) {
|
} catch (IllegalArgumentException ex) {
|
||||||
final String msg = String.format("An invalid 'format' of '%s' was specified. Supported output formats are XML, HTML, VULN, or ALL", format);
|
final String msg = String.format("An invalid 'format' of '%s' was specified. "
|
||||||
|
+ "Supported output formats are XML, HTML, VULN, or ALL", format);
|
||||||
throw new ParseException(msg);
|
throw new ParseException(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user