Merge branch 'master' of https://github.com/bloihl/DependencyCheck into bloihl-master

This commit is contained in:
Jeremy Long
2016-10-09 06:56:17 -04:00
11 changed files with 130 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ public class HintAnalyzer extends AbstractAnalyzer {
try {
org.apache.commons.io.FileUtils.copyInputStreamToFile(fromClasspath, file);
} catch (IOException ex) {
throw new HintParseException("Unable to locate suppressions file in classpath", ex);
throw new HintParseException("Unable to locate hints file in classpath", ex);
}
}
} finally {