Checkstyle fix

Former-commit-id: 4adf3d0e81f213bc324fc646abe8280385e81429
This commit is contained in:
Jeremy Long
2013-05-13 11:54:50 -04:00
parent e7be883e2e
commit e0684ab086

View File

@@ -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);
}
}