Fixed merge conflicts

Former-commit-id: 64182608dd121fd22aded543552d857009cf7af9
This commit is contained in:
Will Stranathan
2014-01-31 21:52:08 -05:00
2 changed files with 1 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ public class AssemblyAnalyzer extends AbstractAnalyzer {
dependency.getProductEvidence().addEvidence(new Evidence("grokassembly", "product",
product, Confidence.HIGH));
}
} catch (IOException ioe) {
throw new AnalysisException(ioe);
} catch (SAXException saxe) {

View File

@@ -21,8 +21,6 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;