mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
Checkstyle fix
Former-commit-id: 4adf3d0e81f213bc324fc646abe8280385e81429
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