updated javadoc

Former-commit-id: 686cdfb01938f14c5856300f3a7965c1aa22da6e
This commit is contained in:
Jeremy Long
2013-06-04 23:40:11 -04:00
parent 8c0532f363
commit 6efcee500d

View File

@@ -1,13 +1,11 @@
/**
* <html>
* <head>
* <title>org.owasp.dependencycheck.scanner</title>
* <title>org.owasp.dependencycheck.analyzer</title>
* </head>
* <body>
* The scanner package contains the utilities to scan files and directories for
* dependencies. Analyzers are used to inspect the identified dependencies and
* collect Evidence. This evidence is then used to determine if the dependency
* has a known CPE.
* Analyzers are used to inspect the identified dependencies, collect Evidence,
* and process the dependencies.
* </body>
* </html>
*/