updated javadoc

Former-commit-id: d98e6f3a7be907ea4e15b4e2555f7566fc5c476b
This commit is contained in:
Jeremy Long
2013-06-04 23:40:11 -04:00
parent 37d165d6cb
commit a0b6b66a5f

View File

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