checkstyle corrections

Former-commit-id: fe41cc533ce48a09ad80321018150d0a6b396eff
This commit is contained in:
Jeremy Long
2015-05-10 08:30:43 -04:00
parent db8bcd8fd6
commit 0b92d2ec17

View File

@@ -277,7 +277,7 @@ public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer {
* @param name the name of the evidence
* @param contents the home page URL
* @return true if evidence was collected; otherwise false
* @throws MalformedURLException
* @throws MalformedURLException thrown if the URL is malformed
*/
private boolean gatherHomePageEvidence(Pattern pattern,
EvidenceCollection evidence, String source, String name,