mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Checkstyle fix
Former-commit-id: d66c419a63c01b09e7a72647e7c495158c1f30c3
This commit is contained in:
@@ -217,7 +217,7 @@ public class Engine {
|
||||
if (a.supportsExtension(d.getFileExtension())) {
|
||||
try {
|
||||
a.analyze(d, this);
|
||||
} catch (AnalysisException ex) {
|
||||
} catch (AnalysisException ex) {
|
||||
d.addAnalysisException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user