updated package-info

Former-commit-id: fe210fb0ea9a25612dc869e6086f4d63c29e282b
This commit is contained in:
Jeremy Long
2015-04-05 09:31:28 -04:00
parent 85c3368cda
commit ff478253e3

View File

@@ -1,13 +1,6 @@
/**
* <html>
* <head>
* <title>org.owasp.dependencycheck.agent</title>
* </head>
* <body>
* The agent package holds an agent API that can be used by other applications that have information about dependencies;
* but would rather implement something in their code directly rather then spawn a process to run the entire
* dependency-check engine. This basically provides programmatic access to running a scan.
* </body>
* </html>
* The agent package holds an agent API that can be used by other applications that have information about dependencies; but would
* rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine. This
* basically provides programmatic access to running a scan.
*/
package org.owasp.dependencycheck.agent;